Git: Alias up to merge in FETCH_HEAD This means I can leave the fetching to the pure prompt background task and merge in the result after I see an indicator
Alan Pearce alan@alanpearce.co.uk
Fri, 01 Aug 2014 21:58:41 +0100
1 files changed, 1 insertions(+), 0 deletions(-)
jump to
M tag-git/config/git/config → tag-git/config/git/config
@@ -9,6 +9,7 @@ ui = true [push] default = current [alias] + up = merge FETCH_HEAD st = status -sb ci = commit br = branch