Answers for "git create tag an push"

0

git add tag

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

git push --tags
Posted by: Guest on March-07-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language