📌  相关文章
📜  如何为提交推送标签 - Shell-Bash 代码示例

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

代码示例1
git tag "tag_name" "commit_hash" # fill tag_name and commit_hash
git push --tags # to push created tag