From 648a40e503df5cd27e04b84502e4aad5c493b782 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Fri, 1 Aug 2014 21:58:41 +0100 Subject: 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 --- tag-git/config/git/config | 1 + 1 file changed, 1 insertion(+) diff --git a/tag-git/config/git/config b/tag-git/config/git/config index 5825543..886112c 100644 --- a/tag-git/config/git/config +++ b/tag-git/config/git/config @@ -9,6 +9,7 @@ [push] default = current [alias] + up = merge FETCH_HEAD st = status -sb ci = commit br = branch -- cgit 1.4.1