## Make branch point to specific commit See [this stackoverflow](https://stackoverflow.com/questions/7310177/how-do-i-make-a-branch-point-at-a-specific-commit) ``` git checkout 242ef git branch -f master HEAD ```