.gitconfig: push.default = matching
authorTony Duckles <tony@nynim.org>
Thu, 20 Dec 2012 05:14:56 +0000 (23:14 -0600)
committerTony Duckles <tony@nynim.org>
Thu, 20 Dec 2012 05:45:21 +0000 (23:45 -0600)
The default value of push.default is changing in Git 2.0. Set an
explicit value to squelch warning message when doing "git push" on
Git 1.8 and above.

.gitconfig

index 78a06bd04a9fc72e15c42d7717e8a17930ff50e3..a802e5686164af2e81c80ac6144e0e90bb7d8958 100644 (file)
@@ -70,3 +70,5 @@
        changed = green bold
        untracked = blue bold
 
+[push]
+       default = matching