Quantcast
Channel: git command to show all (lightweight) tags creation dates - Stack Overflow
Viewing all articles
Browse latest Browse all 4

Answer by vdboor for git command to show all (lightweight) tags creation dates

$
0
0

The git tag -l shows a list of all tags. The --format argument can be used to define a custom output. For example:

git tag -l --format='%(refname)   %(taggerdate)'

Update, based on the comments below:

 git tag -l --sort=-creatordate --format='%(creatordate:short):  %(refname:short)'

Viewing all articles
Browse latest Browse all 4


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>