diff --git a/README.md b/README.md index f1f4f81..17782a0 100644 --- a/README.md +++ b/README.md @@ -412,7 +412,7 @@ git config user.email "<邮箱>" 找到你提交的commit范围 ```bash -git format-patch –-stdout .. > example.patch +git format-patch --stdout .. > example.patch # 或者 git format-patch --stdout -<向前n个commit> HEAD > example.patch # 只有一个commit就可以用