海滨擎蟹

git 提交 tag 版本

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

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

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

git tag -f tagname
git push origin -f tagname 

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

当前页面是本站的「Google AMP」版。查看和发表评论请点击:完整版 »