Tags

How to show git tags

git tag

How to create a new tag

git tag <tagname>

How to push all tags

gut push origin --tags