Bitbucket, wie man Commit rückgängig macht

git reset --soft <commit hash, example: 52f823c>
git push -f
CodeAsian