Add merge.renamelimit

This commit is contained in:
Markus Fleschutz 2021-06-28 08:42:13 +02:00
parent 0b10d85819
commit cea43894da

View File

@ -22,6 +22,7 @@ try {
& git config --global core.symlinks true
& git config --global core.longpaths true
& git config --global init.defaultBranch main
& git config --global merge.renamelimit 99999
if ($lastExitCode -ne "0") { throw "'git config' for settings failed" }
# Basic shortcuts: