Git GUI checkout single file command
To checkout a single file using Git GUI, go to the Tools menu and add the following command
git checkout $REVISION – $FILENAME Now select the file to checkout and run the command .
See Stack overflow post about this here - http://stackoverflow.com/questions/1507300/git-checkout-revision-of-a-file-in-git-gui
Categories :
Git