Reputation: 1325
I've reverted my local branch in git to an earlier version with this command:
git reset --hard ab5a3914c73
How can I get that version to be the current version of my git branch? I want to overwrite all previous commits with this version.
Upvotes: 0
Views: 71