git How to reset remote GIT branch to a certain commit Mr Tan Nov 29, 2021 • 1 min read git reset --hard <commit-hash>git push -f origin master