]> git.phdru.name Git - dotfiles.git/commitdiff
.gitconfig: set push.default = simple
authorOleg Broytman <phd@phdru.name>
Fri, 3 Jun 2016 21:50:37 +0000 (00:50 +0300)
committerOleg Broytman <phd@phdru.name>
Fri, 3 Jun 2016 21:50:37 +0000 (00:50 +0300)
.gitconfig

index e4fc7b27261054d225bb737f77e0a92639acc12d..4adbd403638cebf566ab51080ade581ffed86dde 100644 (file)
@@ -57,6 +57,9 @@
 # 3 way diffs
 #      cmd = vim -d \"$MERGED\" \"$LOCAL\" \"$BASE\" \"$REMOTE\" -c \"wincmd J\"
 
+[push]
+       default = simple
+
 [receive]
        denyNonFastForwards = true