Get date of a tag in git
If you want to get the released date of you tags, simple use the code below.
git log --tags --simplify-by-decoration --pretty="format:%ai %d"
i found the code at stackoverflow.com and quickly added an alias to my local .gitconfig :-).
Comments
Display comments as Linear | Threaded