From 34ee31361f2ba633b5fd6a9ee3bfad58fcd3ea0a Mon Sep 17 00:00:00 2001 From: Danielle McLean Date: Thu, 9 Nov 2017 10:06:54 +1100 Subject: [PATCH] Add a git-up alias because PyGitUp doesn't work in current Git and this alias does /most/ of the work anyway --- config/git/config | 1 + 1 file changed, 1 insertion(+) diff --git a/config/git/config b/config/git/config index 0abf69d..0a98313 100644 --- a/config/git/config +++ b/config/git/config @@ -8,6 +8,7 @@ co = checkout d = diff l = log --graph --pretty=graph --date=relative + up = pull --rebase --autostash st = status --short shove = "!f() { git push ${1:-origin} :; }; f"