From ef38c0128301a1bbbcf3c3a7bade4c93de15397b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20P=C5=82azie=C5=84ski?= Date: Wed, 15 Mar 2017 20:59:54 +0100 Subject: [PATCH] Merges will not produce backups --- .gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitconfig b/.gitconfig index c5d084b..92c5b5f 100644 --- a/.gitconfig +++ b/.gitconfig @@ -53,3 +53,5 @@ autostash = true [commit] verbose = true +[mergetool] + keepBackup = false