假设我有一系列如下所示的提交:
h {master}
^
f g {branch1}
^ ^
d e
^/
c
^
b
^
a
我知道我可以通过 rebase 将 branch1 移动到树的末尾,所以它看起来像这样d->f->h->e->g
:
但是,有什么办法可以将树枝向上移动,看起来像这样?
h {master}
^
f
^
d g {branch1}
^ ^
c e
^/
b
^
a
假设我有一系列如下所示的提交:
h {master}
^
f g {branch1}
^ ^
d e
^/
c
^
b
^
a
我知道我可以通过 rebase 将 branch1 移动到树的末尾,所以它看起来像这样d->f->h->e->g
:
但是,有什么办法可以将树枝向上移动,看起来像这样?
h {master}
^
f
^
d g {branch1}
^ ^
c e
^/
b
^
a