Ver/Copiar un archivo de otra rama Git

$ git show branch_name:file_path
$ git checkout branch_name -- file_path

Referencia: http://stackoverflow.com/a/2364223/740552