I am using bitbucket using git. My recent changes have affected the working of my project. As a result, I would like to overwrite all my recent changes.
I need my master branch to contain only those changes till a previous commit with commit id say 'b43fbf'.
What is the git command to do this.