Tuesday, January 20, 2015

View git tag creation date

The git tag creation date should be easy to retrieve, right?
Wrong. The command to do that is not very easy to remember.
Here is how you can do it:

git log --tags --simplify-by-decoration --pretty="format:%ai %d"

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.