Skip to content

Commit 288440c

Browse files
committed
Add flag to prevent .orig-files from being created
1 parent 6b150eb commit 288440c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

gitconfig.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@
4141
guitool = p4merge
4242
[merge]
4343
tool = p4merge
44+
[mergetool]
45+
keepBackup = false
4446
[mergetool "p4merge"]
4547
cmd = \"C:/Program Files/Git/mingw64/libexec/git-core/mergetools/p4merge.exe\" \"$BASE\" \"$LOCAL\" \"$REMOTE\" \"$MERGED\"
4648
path = C:/Program Files/Git/mingw64/libexec/git-core/mergetools/p4merge.exe

0 commit comments

Comments
 (0)