Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的团队希望我进行壁球,但有时他们希望我再次拆分它(根据某些方面)。
在 squash ( git rebase -i) 之后,分支移动并且旧的提交被留在“真空”中。我想将分支留在旧的未压缩提交上,以便能够轻松返回。
git rebase -i
是否有一种命令方式可以以某种方式离开旧分支位置,或者相反,为压扁的提交创建一个新分支?