Tagged Questions

1
vote
3answers
56 views

How to do “hg backout X” in Git?

I have to use Git and want to undo one commit that was some commits before the tip. In Hg it's hg backout. What's the analog command in Git? (I duckduckwent before posting this and dont's see an ...
1
vote
2answers
166 views

Mercurial undoing push to main branch

I accidentally pushed some changes to the main branch which weren't ready, so I immediately did a backout. Later I tried merging new changes from the trunk into my branch, but the merge didn't work ...