別のブランチに存在する別のバージョンのファイルを現在のブランチにロードしたいと思います。
git help checkout
言う:
DESCRIPTION
Updates files in the working tree to match the version in the index or
the specified tree. If no paths are given, git checkout will also
update HEAD to set the specified branch as the current branch.
これらすべてのファイルをチェックアウトするが、HEADを更新しない方法はありますか?