Skip to content

Technaur/git-tagging

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Packages

No packages published