git 提交 tag 版本
正常开发都是使用分支提交的:
git add .
git commit -a -m "xxx"
git push
tag 与正常的分支提交不太一样:
git tag -f tagname
git push origin -f tagname
当前页面是本站的「Google AMP」版。查看和发表评论请点击:完整版 »
正常开发都是使用分支提交的:
git add .
git commit -a -m "xxx"
git push
tag 与正常的分支提交不太一样:
git tag -f tagname
git push origin -f tagname
当前页面是本站的「Google AMP」版。查看和发表评论请点击:完整版 »