Update configure-git.ps1

This commit is contained in:
Markus Fleschutz 2021-08-23 14:32:20 +02:00
parent af03a1a13c
commit 79f479b5e6

View File

@ -26,12 +26,13 @@ try {
& git config --global user.name $FullName
& git config --global user.email $EmailAddress
& git config --global core.editor $FavoriteEditor
& 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 http.sslVerify false
& git config --global init.defaultBranch main
& git config --global merge.renamelimit 99999
& git config --global pull.rebase false
if ($lastExitCode -ne "0") { throw "'git config' failed (in basic settings)" }
# Basic shortcuts: