175down vote It is possible to do (in the deployed repository) git fetch followed by git checkout origin/master -- path/to/file git fetch will download all the recent changes, but it will not put it in your current checked out code (working area). gi