diff options
author | Mathias Bynens <mathias@qiwi.be> | 2013-05-09 17:09:00 +0200 |
---|---|---|
committer | Mathias Bynens <mathias@qiwi.be> | 2013-05-09 17:09:00 +0200 |
commit | 982ee2f018c481b5a27dd29ef6f38a9328f2f50f (patch) | |
tree | f509039b820a52ffecbcbdb3649feac9e14ec93c /.gitconfig | |
parent | a43f474816f86e73f63e3c8e949454d38b2b932a (diff) | |
download | dotfiles-982ee2f018c481b5a27dd29ef6f38a9328f2f50f.tar.gz dotfiles-982ee2f018c481b5a27dd29ef6f38a9328f2f50f.tar.bz2 dotfiles-982ee2f018c481b5a27dd29ef6f38a9328f2f50f.zip |
.gitconfig: Use `push.default = matching`
I couldn’t get used to `simple`.
Diffstat (limited to '.gitconfig')
-rw-r--r-- | .gitconfig | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -75,4 +75,4 @@ insteadOf = "gist:" [push] - default = simple + default = matching |