Sean MacLennan writes: > I'd like to try this. I did a git revert to back out the aforementioned > commit. How do I get it back? Do I git revert again? You could revert the reversion, or else rebase any patches you have on top of the reversion onto the commit before the reversion. Paul.