Is there any way to undo the effects of "git revert head"?

Viewed 58104

I've accidentally run the command against the wrong branch in my repository - is there a way to undo this change?

4 Answers
Related