Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • 4
    Please also explain what the --continue and vim :x does.
    – not2qubit
    Commented Nov 30, 2018 at 12:20
  • 2
    The rebase will happen in blocks as it goes through the commits on your branch, after you git add the correct configuration in your files you use git rebase --continue to move to the next commit and start to merge. :x is one command that will save the changes of the file when using vim see this
    – aabiro
    Commented Nov 30, 2018 at 16:51
  • git rebase -i HEAD~2 but for some reason I see the full git history - any idea why? Commented Jul 16 at 4:29