diff options
author | Mathias Bynens <mathias@qiwi.be> | 2014-06-08 11:16:57 +0200 |
---|---|---|
committer | Mathias Bynens <mathias@qiwi.be> | 2014-06-08 11:16:57 +0200 |
commit | 0823193f6b53693a66c5acd63545c71f532bd5f0 (patch) | |
tree | 6370bc72ff69483b6f0828068f064d1dda23e565 | |
parent | 7d16e8c7d3d5dfcbb0863ccb05353a9217ffc5ec (diff) | |
download | dotfiles-0823193f6b53693a66c5acd63545c71f532bd5f0.tar.gz dotfiles-0823193f6b53693a66c5acd63545c71f532bd5f0.tar.bz2 dotfiles-0823193f6b53693a66c5acd63545c71f532bd5f0.zip |
.gitconfig: Remove `push.default`
This was causing issues on servers that don’t have an up-to-date Git installation. As a workaround, I decided to remove this from `.gitconfig` and add this to `~/.extra` for my laptop only:
git config --global push.default simple
-rw-r--r-- | .gitconfig | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -138,7 +138,3 @@ [url "git://gist.github.com/"] insteadOf = "gist:" - -[push] - - default = simple |