Skip to main content
Add link to the answer as they changed their name and it's not so obvious.
Source Link
Borislav Ivanov
  • 5.3k
  • 3
  • 32
  • 61

Charles's answerCharles's answer works, but you may want to do this:

git rebase --abort

to clean up after the reset.

Otherwise, you may get the message “Interactive rebase already started”.

Charles's answer works, but you may want to do this:

git rebase --abort

to clean up after the reset.

Otherwise, you may get the message “Interactive rebase already started”.

Charles's answer works, but you may want to do this:

git rebase --abort

to clean up after the reset.

Otherwise, you may get the message “Interactive rebase already started”.

deleted 3 characters in body
Source Link
Philip Walton
  • 30.4k
  • 16
  • 63
  • 85

Charles's answer works, but you may want to do this:

git rebase -i --abort

to clean up after the reset.

Otherwise, you may get the message “Interactive rebase already started”.

Charles's answer works, but you may want to do this:

git rebase -i --abort

to clean up after the reset.

Otherwise, you may get the message “Interactive rebase already started”.

Charles's answer works, but you may want to do this:

git rebase --abort

to clean up after the reset.

Otherwise, you may get the message “Interactive rebase already started”.

Charles's answer works, but you may want to do this:

git rebase -i --abort

to clean up after the resetreset. 

Otherwise, you may get the message: "Interactive rebase already started"Interactive rebase already started.

Charles's answer works, but you may want to do this:

git rebase -i --abort

to clean up after the reset. Otherwise, you may get the message: "Interactive rebase already started".

Charles's answer works, but you may want to do this:

git rebase -i --abort

to clean up after the reset. 

Otherwise, you may get the messageInteractive rebase already started.

Source Link
Allan
  • 6k
  • 1
  • 17
  • 3
Loading