From 42051d77e13298cb6ee15973b828b65533fedb30 Mon Sep 17 00:00:00 2001 From: tmont Date: Tue, 26 May 2015 15:36:29 -0700 Subject: [PATCH] added tags alias --- .gitconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitconfig b/.gitconfig index 0c81236..de0aa2b 100644 --- a/.gitconfig +++ b/.gitconfig @@ -1,6 +1,7 @@ [alias] lg = log --color --graph --pretty=format:'%Cred%h%Creset %Cgreen(%cr)%Creset %C(bold blue)%an%Creset%C(yellow)%d%Creset %s' --abbrev-commit stat = status -sb + tags = !git log --decorate=full --all --pretty=format:'%ai %d %s' --abbrev-commit | grep 'refs/tags' | sed -E 's/\\(tag:.+\\)[[:space:]]//' [color] ui = true [user]