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
1 file changed, 1 insertion(+), 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