特定のファイルを別ブランチから取り込む方法。

git checkout

$ git checkout other-branch -- path/to/file

git restore

$ git restore --source other-branch path/to/file