git format-patch如何生成指定的某一个commit的补丁

答:git format-patch -1 <commit-id>

原文地址:https://www.cnblogs.com/dakewei/p/10318798.html