Answers for "bitbucket tag"

0

bitbucket tag

git remote update ## sync with remote repo
git tag ##list current tags
git tag <tag_name> ##create local tag
git push origin --tags ##push local tags to remote
git push origin master #push local changes to remote
Posted by: Guest on June-09-2021

Code answers related to "bitbucket tag"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language