摘要: Git 显示单次commit的改动内容 git show commit-id git show HEAD~ 什么都不带的时候默认显示最近的一次 git show patch相关 生成patch git format-patch HEAD^ 应用patch,保留commit信息 git am file 阅读全文
posted @ 2024-10-16 15:27 奋然 阅读(4) 评论(0) 推荐(0) 编辑