This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
git_rebase [2019/04/06 21:32] rpjday [Simple example] |
git_rebase [2019/04/06 21:34] rpjday [Removing a sequence of commits] |
||
---|---|---|---|
Line 90: | Line 90: | ||
<code> | <code> | ||
- | $ git rebase --onto B D | + | $ git rebase --onto B D [HEAD] |
</code> | </code> | ||