From d108b056fbb6c8c4fa84791b57ef92fbcee6f4ab Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Thu, 2 Jan 2014 19:39:24 -0800 Subject: [PATCH] add push default --- .gitconfig | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitconfig b/.gitconfig index 83c9907..9d4d625 100644 --- a/.gitconfig +++ b/.gitconfig @@ -4,4 +4,8 @@ name = Don Armstrong email = don@donarmstrong.com [annex] - sshcaching = false \ No newline at end of file + sshcaching = false +[push] + default = matching +[diff "zip"] + textconv = unzip -c -a -- 2.39.2