On a shared feature branch, I've checked out the branch and inadvertently rebased it to master, causing a slew of problems as it's a shared branch and I should have done git merge
.
How can I revert this entire branch to be exactly the state of the branch in the repository?