mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-04-05 06:48:25 +02: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.symlinks true
|
||||||
& git config --global core.longpaths true
|
& git config --global core.longpaths true
|
||||||
& git config --global init.defaultBranch main
|
& git config --global init.defaultBranch main
|
||||||
|
& git config --global merge.renamelimit 99999
|
||||||
if ($lastExitCode -ne "0") { throw "'git config' for settings failed" }
|
if ($lastExitCode -ne "0") { throw "'git config' for settings failed" }
|
||||||
|
|
||||||
# Basic shortcuts:
|
# Basic shortcuts:
|
||||||
|
Loading…
Reference in New Issue
Block a user