]> code.delx.au - dotfiles/commitdiff
git: default to push only the current branch
authorJames Bunton <jamesbunton@delx.net.au>
Sun, 24 Mar 2013 04:40:30 +0000 (15:40 +1100)
committerJames Bunton <jamesbunton@delx.net.au>
Sun, 24 Mar 2013 04:40:30 +0000 (15:40 +1100)
.gitconfig

index 7eb8ffb6330486e2a9e834a78652ee6c454ce1a2..1f0cafa9d4b864e84480ec2e39231d4ce18f6362 100644 (file)
@@ -18,3 +18,5 @@
        dic = diff --cached
        dicw = diff --cached --color-words
        ff = merge --ff-only
+[push]
+       default = upstream