diff --git a/.gitconfig b/.gitconfig index 581a3b4..b17268a 100644 --- a/.gitconfig +++ b/.gitconfig @@ -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