You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When viewing the diff of a modified file against the most recent repository version, I would like to be able to revert (i.e. git checkout -p) individual changes one at a time.
For example in WebStorm I can click the little chevrons next to the change to apply it to the other side:
This is somewhat related to #10782 on the functionality side and to #5770 on the UI side.
The text was updated successfully, but these errors were encountered:
This is implemented if you open a diff view, click the ... button, and select "Revert selected lines". Better UI is tracked in those other issues though.
When viewing the diff of a modified file against the most recent repository version, I would like to be able to revert (i.e.
git checkout -p
) individual changes one at a time.For example in WebStorm I can click the little chevrons next to the change to apply it to the other side:
This is somewhat related to #10782 on the functionality side and to #5770 on the UI side.
The text was updated successfully, but these errors were encountered: