学习笔记,仅供参考
参考自:https://www.imooc.com/wenda/detail/542766
如果远程分支上的提交都不需要了,可以强行让本地分支覆盖远程分支:
git push origin master -f
git强行让本地分支覆盖远程分支
阅读 92
2022-06-02
学习笔记,仅供参考
参考自:https://www.imooc.com/wenda/detail/542766
如果远程分支上的提交都不需要了,可以强行让本地分支覆盖远程分支:
git push origin master -f
相关推荐
精彩评论(0)