Git kembali ke ID komit dan dorong tertentu
git reset --hard <old-commit-id>
git push -f <remote-name> <branch-name>
Brave Buzzard
git reset --hard <old-commit-id>
git push -f <remote-name> <branch-name>