On one of my repositories the local master is ahead of the remotes/origin/master
* - master (123)
* -
* - remotes/origin/master (456)
All my other local repos (based on the same remote repository) have the remote/origin/master at the same commit hash (123). How do I reset the local repo so the remotes/origin/master is back in sync?