## Revert file to master If you want to revert the file to its state in master ```bash git checkout origin/master thefile ```
git checkout -- filename