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