copy files from another branch git code example
Example 1: git copy file from another branch
git checkout
git checkout /
Example 2: copy files from another branch git
# git checkout
$ git checkout other_branch world.txt
Example 3: git copy file from another branch
git show commit_id:path/to/file > path/to/file
Example 4: copy files from another branch git
$ git checkout master