Add 'git update' alias.
This commit is contained in:
parent
be2fab90cd
commit
a420af7036
|
@ -18,6 +18,7 @@
|
|||
lgd = log -p --decorate
|
||||
history = log --pretty=oneline --abbrev-commit --all --graph --decorate
|
||||
tidy = remote prune origin
|
||||
update = !git pull && git tidy
|
||||
st = status
|
||||
ci = commit
|
||||
co = checkout
|
||||
|
|
Loading…
Reference in a new issue