mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-11-22 16:03:22 +01:00
Add merge.renamelimit
This commit is contained in:
parent
0b10d85819
commit
cea43894da
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user