生成补丁:
# 从<commit id> 开始生成 n 个提交的补丁git format-patch -n <commit id>
这里会生成 n 个 .patch 文件
应用补丁:git apply /path/to/patch/file/*.patch