git last-tagged Show the last annotated tag in all branches Git alias: last-tagged = !git describe --tags `git rev-list --tags --max-count=1` Example: git last-tagged