diff options
author | Mathias Bynens <mathias@qiwi.be> | 2012-11-19 11:24:52 +0100 |
---|---|---|
committer | Mathias Bynens <mathias@qiwi.be> | 2012-11-19 11:24:52 +0100 |
commit | b96cd30e3552a0f77b93c954c096b472cc1b4940 (patch) | |
tree | 2f48a1dcb2086212230e00e719b99fb8a4904f2a /.gitconfig | |
parent | 93a5514e796f2c3bb414abef6e2668a9f900adc3 (diff) | |
download | dotfiles-b96cd30e3552a0f77b93c954c096b472cc1b4940.tar.gz dotfiles-b96cd30e3552a0f77b93c954c096b472cc1b4940.tar.bz2 dotfiles-b96cd30e3552a0f77b93c954c096b472cc1b4940.zip |
.gitconfig: Set `push.default = simple`
This will be the default in Git v2.
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 |