]> code.delx.au - dotfiles/commitdiff
git: default push to upstream tracking with old config option
authorJames Bunton <jamesbunton@delx.net.au>
Sun, 21 Apr 2013 03:30:11 +0000 (13:30 +1000)
committerJames Bunton <jamesbunton@delx.net.au>
Sun, 21 Apr 2013 03:30:11 +0000 (13:30 +1000)
.gitconfig

index 87680ab12ae168caf25c30da7d055aa47ea48666..af4e38f91d9f126ce0fc1bd073708f31009dd32f 100644 (file)
@@ -9,7 +9,8 @@
 [log]
        decorate = full
 [push]
-       default = upstream
+       # Set to tracking instead of upstream for backwards compatibility
+       default = tracking
 [alias]
        graphlog = log --graph --pretty=format:'%C(bold black)%h%Creset %C(bold red)%ad %C(bold blue)%s%Creset %C(bold yellow)%d%Creset %C(bold black)<%an>%Creset' --date=short
        ci = commit