Next | Stop merging master | 21 |
“But what if I mess everything up?”
Once the rebase is finished you can still undo it
If you haven't done another rebase since then:
git reset --hard ORIG_HEAD
If you're still in the middle of the rebase and you want to give up:
git rebase --abort
That puts everything back the way it was as if you had never tried rebase
Then you can call for help
I will be glad to help
I bet Ryan will be too
Other volunteers?
Next | Copyright © 2013 M. J. Dominus |