Skip to content

Commit a07d8a0

Browse files
🩹 [Patch]: Enhance Git configuration logging to include system, global, and local scopes
1 parent d280ff3 commit a07d8a0

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

‎scripts/main.ps1‎

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,15 @@ process {
9595
Get-GitHubConfig | Format-List
9696
}
9797

98-
LogGroup ' - Git Configuration' {
98+
LogGroup ' - Git Configuration - System' {
99+
Get-GitHubGitConfig -Scope system | Format-List
100+
}
101+
102+
LogGroup ' - Git Configuration - Global' {
103+
Get-GitHubGitConfig -Scope global | Format-List
104+
}
105+
106+
LogGroup ' - Git Configuration - Local' {
99107
Get-GitHubGitConfig | Format-List
100108
}
101109

0 commit comments

Comments
 (0)