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ブランチからファイルを取得し、そのファイルを新しい指定された名前で現在のブランチにコピーしようとしています。
ここでgit checkout source_branch <paths>指定されているように、別のブランチから現在のブランチにファイルをコピーする方法を見つけましたが、新しいファイル名を指定する方法を特定できませんでしたか?
git checkout source_branch <paths>
コマンドを使用できますgit show commitish:path > newpath。ここcommitishでは、通常どおりブランチ名を使用できます。
git show commitish:path > newpath
commitish