Loading

摘要: 在git中format-patch 是一种将在离线服务器上的提交同步到可连接git服务器的方法。 在离线机器上的git repo 生成.patch 文件。 #最近1次提交 git format-patch -1 HEAD # 最近n次提交 git format-patch -n HEAD --std 阅读全文
posted @ 2024-01-04 22:23 lif323 阅读(48) 评论(0) 推荐(0)