Page MenuHomePhorge

Is there a way to unland a diff?
OpenPublic

Asked by arp on Sun, Feb 23, 10:45.

Details

Either via arc or phorge.

Answers

avivey
Updated Today

Not via arc/Phorge.

In git (and hg), you can use force-push to delete the commit, but there are risks.

In all VCSs, you can create a "revert commit" - using git revert or equivalent - which just un-does the changes in a new commit (leaving the thing in the history).

New Answer