Instantly share code, notes, and snippets.
Hard reset to specific commit
git reset --hard <commit-id> && git push --force