From 355921a1d461bf4161279e3166199112db20a520 Mon Sep 17 00:00:00 2001 From: James Bunton Date: Sun, 21 Apr 2013 13:30:11 +1000 Subject: [PATCH] git: default push to upstream tracking with old config option --- .gitconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.39.2