会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
trigger-cn
https://github.com/Trigger-CN
新随笔
管理
2023年2月24日
git patch 的制作和使用
摘要: git patch 的制作和使用 # 生成patch git format-patch -1 # -1表示最后一次提交,-o表示补丁文件输出的目录 git format-patch -1 -o /root/patch/ # 将最近5次提交制作成补丁 git format-patch -5 -o /r
阅读全文
posted @ 2023-02-24 11:42 Trigger-CN
阅读(243)
评论(0)
推荐(0)