mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-01-23 14:18:38 +01:00
Update configure-git.ps1
This commit is contained in:
parent
13eed7cfa9
commit
f0e080c867
@ -32,6 +32,7 @@ try {
|
||||
& git config --global http.sslVerify false
|
||||
& git config --global core.autocrlf false
|
||||
& git config --global core.symlinks true
|
||||
& git config --global core.longpaths true
|
||||
& git config --global init.defaultBranch main
|
||||
write-host -foregroundColor green "Done - your Git user configuration is now:"
|
||||
& git config --list
|
||||
|
Loading…
Reference in New Issue
Block a user