This is a question on Bitbucket/git. Let's say you have created a feature branch from develop branch. Let me call the branch feature/newBranchA.
I did git pull request, and merged it to develop branch.
However, now I want to get rid of the commits from the newBranchA, aka I want develop to remove the commit. 
I realize we can do a git reset hard. However, is it possible to do such from Bitbucket from the GUI interface? Is it possible to do similar from TortoiseGit?
 
     
     
    