git checkout [branch_name] -- [filename]
http://stackoverflow.com/questions/2364147/how-to-get-just-one-file-from-another-branch
git checkout HEAD path/to/file.txt
git checkout [commit revision] [file name]
http://stackoverflow.com/questions/2733873/reverting-a-single-file-to-a-previous-version-in-git