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.
ファイルのリストからパッチを作成したい。たとえば、4 つのファイルを変更する 10 個のコミットがあります。これらの 10 個のコミット中に、これらの 4 つのファイルのうち 3 つの変更を含むパッチを作成したいと考えています。どうやってやるの?
これは私のために働いた:
git format-patch -10 -- file1.txt -- file2.txt -- file3.txt