Add 'git update' alias.

This commit is contained in:
Scott Wallace 2016-11-17 08:03:02 +00:00
parent be2fab90cd
commit a420af7036

View file

@ -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