From a420af703610de65c3d2ce0ac0f002a6b162abf0 Mon Sep 17 00:00:00 2001 From: Scott Wallace Date: Thu, 17 Nov 2016 08:03:02 +0000 Subject: [PATCH] Add 'git update' alias. --- .gitconfig | 1 + 1 file changed, 1 insertion(+) 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