学习笔记,仅供参考
参考自:https://www.imooc.com/wenda/detail/542766
如果远程分支上的提交都不需要了,可以强行让本地分支覆盖远程分支:
git push origin master -f
微信扫一扫
学习笔记,仅供参考
参考自:https://www.imooc.com/wenda/detail/542766
如果远程分支上的提交都不需要了,可以强行让本地分支覆盖远程分支:
git push origin master -f
相关推荐