小编Den*_*s B的帖子

Git:rebase merge commit

我应该如何在这种情况下使用rebase:

我在分支机构中有3个功能:

feature/f1
feature/f2
feature/f3

我有master分支:master我将这3个功能合并到master分支中.

我的提交历史如下:

合并f3到主
合并f2到主
合并f1到主

在测试过程中,我发现我的函数f2无法正常工作.

我怎么能改变(不是交互模式),我的历史看起来像:

将f3合并到master
中将f1合并为master

谢谢.

git git-rebase

2
推荐指数
1
解决办法
3903
查看次数

标签 统计

git ×1

git-rebase ×1