摘要: ‌$ git format-patch [-s] // 将特定的一个提交或一个范围内的提交("HEAD~3...HEAD"等价于"HEAD HEAD^ HEAD^^")转换成补丁文件,加上s 参数表示在补丁说明中加入作者姓名。 ‌$ git send-em... 阅读全文
posted @ 2017-09-12 12:24 leon11241124 阅读(80) 评论(0) 推荐(0)