bitbucket cara membatalkan komit

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