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]