From: James Bunton Date: Sun, 21 Apr 2013 03:30:11 +0000 (+1000) Subject: git: default push to upstream tracking with old config option X-Git-Url: https://code.delx.au/dotfiles/commitdiff_plain/355921a1d461bf4161279e3166199112db20a520 git: default push to upstream tracking with old config option --- diff --git a/.gitconfig b/.gitconfig index 87680ab..af4e38f 100644 --- a/.gitconfig +++ b/.gitconfig @@ -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