标签:git patch 应用 apply am
三、打补丁:# git am --signoff < newpatch.patch
#git apply newpatch.path
(使用-s或--signoff选项,可以commit信息中加入Signed-off-by信息)
git 提取的.patch文件的应用
原文地址:http://blog.csdn.net/silence_cdsn/article/details/41694159