git menarik satu file dari cabang

git fetch origin <branch_name>
git checkout origin/<branch_name> -- <path_to_file>
Comfortable Cheetah