|
|
|
|
|
by jeremyjh
3735 days ago
|
|
This is completely unnecessary. Everything git does, git can undo as long as your working tree is clean when you start the rebase. git reflog and git reset are your friends, if you want to "get back to where I was before I started this awful merge". |
|