git copy files from another branch

Edit
equivalent Web Development
Public
git
git checkout <other-branch> -- <path/to/file>


exmple

git checkout tv/branch-for-pr
git checkout tv/other-branch -- app/models/

thois copies model changes from branch  tv/other-branch to tv/branch-for-pr