Skip to content

Commit d280ff3

Browse files
Add GitConfig to boiler plate
1 parent 15b36d8 commit d280ff3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/main.ps1

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,10 @@ process {
9595
Get-GitHubConfig | Format-List
9696
}
9797

98+
LogGroup ' - Git Configuration' {
99+
Get-GitHubGitConfig | Format-List
100+
}
101+
98102
Write-Host '┗━━━━━━━━━━━━━━━━━━━━━━━━━━━┛'
99103
} catch {
100104
throw $_

0 commit comments

Comments
 (0)