关于git diff 的使用

发布时间 2023-11-16 16:30:31作者: 安妍

git diff 【范围】> 【 重定向文件名称】

git diff system/sepolicy/private/ > test.diff

将system/sepolicy/private/ 下的修改,产出diff 文件到 test.diff文件中

结果: