bitbucket tag code example
Example: 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