• 首页
  • 本文PC版

git 提交 tag 版本

2022-11-25T13:53:00

正常开发都是使用分支提交的:

git add .
git commit -a -m "xxx"
git push

tag 与正常的分支提交不太一样:

git tag -f tagname
git push origin -f tagname 

附:gitlab上fork别人的代码,如何更新主分支最新代码

当前页面是本站的「Baidu MIP」版。发表评论请点击:完整版 »

© 2025 MIP for Typecho v0.8 , Designed by Holmesian.