摘要: Git中的一笔commit提交,可以成为patch 生成Patch 带有commit信息: git format-patch -1 HEAD only代码 应用Patch check是否有冲突 git apply --check 0001-xxx.patch 应用Patch git apply 00 阅读全文
posted @ 2025-10-08 21:33 梦一场6688 阅读(5) 评论(0) 推荐(0)