Use git checkout. In your case:
git checkout origin/master style.css
This command will update the requested file from the given branch (here the remote branch origin/master).
Use git checkout. In your case:
git checkout origin/master style.css
This command will update the requested file from the given branch (here the remote branch origin/master).