all repos — nixfiles @ 648a40e503df5cd27e04b84502e4aad5c493b782

System and user configuration, managed by nix and home-manager

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
commit

648a40e503df5cd27e04b84502e4aad5c493b782

parent

90676d96644c8d4f6f172d7658f00d597fec4194

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M tag-git/config/git/configtag-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