Update configure-git.ps1

This commit is contained in:
Markus Fleschutz 2021-02-24 14:13:12 +01:00 committed by GitHub
parent 13eed7cfa9
commit f0e080c867
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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