Encountered this scenario yesterday, here are the steps to resolve it:
- Switch to the dev branch
- Find the commit hash of the merge from the feat branch to dev
git revert -m 1 abc1234
git push origin dev
Encountered this scenario yesterday, here are the steps to resolve it:
git revert -m 1 abc1234
git push origin dev