.gitconfig: simple is not supported in git < 2.0

This commit is contained in:
David Tomaschik
2014-02-02 16:29:42 -08:00
parent f7054e6c40
commit 843863cc75

View File

@@ -2,4 +2,6 @@
name = David Tomaschik
email = david@systemoverlord.com
[push]
default = simple
# Simple is not supported on git < 2.0
#default = simple
default = matching