Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
リモート ブランチから特定のファイルの最新バージョンをチェックアウトするにはどうすればよいですか?
まず、最新バージョンを入手してgit fetchください。
git fetch
その後、使用できますgit checkout origin/master <file_name>。master(ブランチにファイルが必要だと仮定します)
git checkout origin/master <file_name>
master