使用Git将最新提交移至新分支

假装没事ソ 提交于 2020-03-23 20:55:09

3 月,跳不动了?>>>

问题:

I'd like to move the last several commits I've committed to master to a new branch and take master back to before those commits were made. 我想将我已承诺掌握的最后几个提交移动到新的分支,并在做出这些提交之前将master重新带回去。 Unfortunately, my Git-fu is not strong enough yet, any help? 不幸的是,我的Git-fu还不够坚固,有什么帮助吗?

Ie How can I go from this 即我该如何去

master A - B - C - D - E

to this? 对此吗?

newbranch     C - D - E
             /
master A - B 

解决方案:

参考一: https://stackoom.com/question/6pf9/使用Git将最新提交移至新分支
参考二: https://oldbug.net/q/6pf9/Move-the-most-recent-commit-s-to-a-new-branch-with-Git
标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!