## Reset a file From [this stackoverflow question](https://stackoverflow.com/questions/37972753/git-reset-single-file-in-feature-branch-to-be-the-same-as-in-master) ```bash git checkout origin/master [filename] ```