diff options
author | Alan Pearce | 2014-08-01 21:58:41 +0100 |
---|---|---|
committer | Alan Pearce | 2014-08-01 21:58:41 +0100 |
commit | 648a40e503df5cd27e04b84502e4aad5c493b782 (patch) | |
tree | 7ad10eec1e806221626e1804fdfe8d88323f72db /tag-git/config | |
parent | 90676d96644c8d4f6f172d7658f00d597fec4194 (diff) | |
download | nixfiles-648a40e503df5cd27e04b84502e4aad5c493b782.tar.lz nixfiles-648a40e503df5cd27e04b84502e4aad5c493b782.tar.zst nixfiles-648a40e503df5cd27e04b84502e4aad5c493b782.zip |
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
Diffstat (limited to 'tag-git/config')
-rw-r--r-- | tag-git/config/git/config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tag-git/config/git/config b/tag-git/config/git/config index 58255433..886112cc 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 |