Abhishek Kokate
Abhishek Kokate

Reputation: 460

How to remove changes present in current diff from another branch/diff (Arc diff & phabricator)

I have 2 branches let's call them Branch-A and Branch-B.

I had a diff created on Branch-A let's call it D1. After that, I switched the branch to B, made some changes, did git merge masetr, and updated D2.

But my D2 diff has changes from Branch-A(D1) & the changes are pushed to remote branches. So is there any command through which I can remove/unmerge Branch-A changes from Branch-B?

Upvotes: 0

Views: 177

Answers (0)

Related Questions