Someone in my team has accidentally pushed a commit to GIT that no one should pull (since it contains many changes and basically breaks everything we have).
He tried to revert to another revision, but was given an error.
So basically, he has been working on his local copy for the whole day. No one has either pushed or pulled from the repository.
What we want to do is somehow keep his local changes, but remove what he pushed.
How can we go about doing this?
Thank you.