Answers for "create a tag from a commit/branch"

4

create a tag from a commit/branch

git tag -a version.number -m "Tag Message"
git push origin <tagname>
Posted by: Guest on April-23-2020

Code answers related to "create a tag from a commit/branch"

Browse Popular Code Answers by Language