Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

git create new tag

Create a new tag
git tag -a v1.4 -m "my version 1.4"

Push to your remote repo
git push origin --tags
 
PREVIOUS NEXT
Tagged: #git #create #tag
ADD COMMENT
Topic
Name
9+9 =