Git: Checkout A Single File From Another Branch
If you need to checkout a single file from another branch in git use:
git checkout BRANCHNAME --path/to/file
If you need to checkout a single file from another branch in git use:
git checkout BRANCHNAME --path/to/file