Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JiajunDu authored Oct 10, 2024
1 parent 1582d86 commit 8c495ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ git config user.email "<邮箱>"
找到你提交的commit范围

```bash
git format-patch -stdout <from>..<to> > example.patch
git format-patch --stdout <from>..<to> > example.patch
# 或者
git format-patch --stdout -<向前n个commit> HEAD > example.patch
# 只有一个commit就可以用
Expand Down

0 comments on commit 8c495ed

Please sign in to comment.