me and my partner are working on a project. we have a release branch. From this we checked out our feature branch.
TO work on parallel we created 2 more branches from the feature branch. one for me and the other for y partner.
The issue: By mistake I have committed the changes of my private branch and merged it to feature branch without testing. I want to undo my changes on the feature branch? is it possible?
Solutions tried: i tried "git reset HEAD~1" , but it is not reflecting on the bitbucket gui.