diff options
Diffstat (limited to '.gitconfig')
-rw-r--r-- | .gitconfig | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -74,4 +74,7 @@ pushInsteadOf = "gist:" pushInsteadOf = "git://gist.github.com/" [url "git://gist.github.com/"] - insteadOf = "gist:"
\ No newline at end of file + insteadOf = "gist:" + +[push] + default = simple
\ No newline at end of file |