Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 166 Bytes

File metadata and controls

9 lines (5 loc) · 166 Bytes

Basics on how to create a git tag

Create the tag name

git tag -a <tag name> -m <"Message for tag">

Push the tags to branch

git push origin --tags