强制覆盖远程分支:
1、git checkout 源分支
2、git push origin 源分支:目标分支 -f
git checkout test
git push origin test:stg -f
git checkout test
git push origin test:uat -f
强制覆盖远程分支:
1、git checkout 源分支
2、git push origin 源分支:目标分支 -f
git checkout test
git push origin test:stg -f
git checkout test
git push origin test:uat -f

被折叠的 条评论
为什么被折叠?