git copy file from another branch

Shell
git show commit_id:path/to/file > path/to/filegit checkout <commit_hash> <relative_path_to_file_or_dir>
git checkout <remote_name>/<branch_name> <file_or_dir>
Source

Also in Shell: