📌  相关文章
📜  bitbucket 标记 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:47.249000             🧑  作者: Mango

代码示例1
git remote update ## sync with remote repo
git tag ##list current tags
git tag  ##create local tag
git push origin --tags ##push local tags to remote
git push origin master #push local changes to remote