Technaur / git-tagging

Example repository of how to do tagging in git

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Example repository of how to do tagging in git