I was in local repo. Stage + Commit, than Push to the server. Master Commit now is 4e4f27c554ee42e5fb7a0b62b6d921cbd05819c9
.
I have made a mistake! Doh...
I'd like to return to the previous commit, returning to 5e814650f03d04e56fcb069000f77123c1b5273b
, in both public e local repo.
How can I do it? Tried git push origin +5e814650f03d04e56fcb069000f77123c1b5273b:master
, but on local repo I can still see the wrong Commit in Outgoing Commits window (Visual Studio Git Tool), and I don't know how to remove it.
What's the best way?