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 format-patch -o ../merge2 c872022f8^..HEAD app/my/dir 一切都很好,但是一些提交是连续的并且将相同的提交消息添加到一个文件中。我不能应用这样的提交。所以我决定找到将每个提交放入单独文件的解决方案,但我还没有找到它。如何用一个命令完成?
git format-patch -o ../merge2 c872022f8^..HEAD app/my/dir