Revert a changeset option in context menu
In Git UI I used to be able to do a simple task of reverting a selected commit locally. I saw an option to delete a changeset in Plastic, but sometimes you don't have a permission but you need to revert all the changes without opening any Diff windows and selecting any individual files.
3
votes
Микола Моргун
shared this idea
-
Микола Моргун commented
Hi, found it. Thanks.
-
Héber commented
Hi,
We are not fans of deleting things per se. What you can do is a subtractive merge. It will revert all the changes from a commit, but keep the history of it.
You can do this by selecting the changeset> Advanced Merge> Subtractive Merge
Best,
Héber.