- 我有一个开始但没有结束的分支 featureA。
- 然后请求 featureB 并在 master 上完成。
- 然后featureB合并到master。
- 现在我将 featureA 合并到 master 中,因为它需要 featureB。
- 现在我想创建一个名为 featureA 的新分支,因为它是相同的功能,但我不能。
什么是最好的事情,或者将来管理这种事情?我不想失去我的树枝……我想保留每一步的历史。多谢!
featB /--\
master --------------X--X--------
featA \----------/ \-- I want to continue here the featB and not
creating featB2, without losing the history.