Skip to content

Latest commit

 

History

History

git-last-tagged

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

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