16
Feb
2013
How do I undo a bad rebase in Git?
If you use git and leverage the rebase command, you’ve probably run across a merge issue during the rebase and if you?ve ever felt like, ?man, I wish I had a ?do-over?. If you?re still in the middle of a rebase it’s easy to start over: git rebase –abort But let’s say you started with […]
Read More