I am working on a feature branch us_stable
. I merged another branch Proto
in this us_stable
branch and after that I did some more commits and pushed to us_stable
branch. Now I want to revert the branch which I merged in the begining. In my case I want to revert the changes which was merged in Proto
. My Question is:
- Is it possible to revert that merge? If yes, how?