Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 201 Bytes

index.md

File metadata and controls

15 lines (10 loc) · 201 Bytes

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