From b8a726bd5e5e5dcd6c01a9bc18a1eb6d71cf78a9 Mon Sep 17 00:00:00 2001 From: Kolan Sh Date: Wed, 10 Apr 2013 13:54:46 +0400 Subject: [PATCH] Git config updated. --- .gitconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.gitconfig b/.gitconfig index 6330a84..ff1f126 100644 --- a/.gitconfig +++ b/.gitconfig @@ -50,5 +50,15 @@ [core] quotepath = false + [push] default = matching + +[difftool] + prompt = false + +[diff] + tool = vimdiff + +[mergetool "vimdiff"] + keepBackup = false