Updated: 26 November 2023
Show tags
git tag
Add a tag
git tag tagname
Push tag to remote
git push origin tagname
List tags with date (from Stackoverflow)
git for-each-ref --sort=creatordate --format '%(refname) %(creatordate)' refs/tags
Jersey & Guernsey, United Kingdom
Updated: 26 November 2023
Show tags
git tag
Add a tag
git tag tagname
Push tag to remote
git push origin tagname
List tags with date (from Stackoverflow)
git for-each-ref --sort=creatordate --format '%(refname) %(creatordate)' refs/tags