I worked on a branch feature
.
I wanted to merge it to develop
, so I did pull origin develop
in feature
before.
After that, I realized I had to push feature
to staging
instead of develop
.
So I revert the last two commit and pushed them to the repo. But my pull request show me a lot of changes, as if I had did the changes of the merge mysself.
Any workaround?