git last-tagged

Show the last annotated tag in all branches

Git alias:

last-tagged = !git describe --tags `grave;git rev-list --tags --max-count=1`grave;

Example:

git last-tagged