diff options
Diffstat (limited to 'docs/misc/patch.md')
-rw-r--r-- | docs/misc/patch.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/misc/patch.md b/docs/misc/patch.md index 7b44f7be..54c82ecf 100644 --- a/docs/misc/patch.md +++ b/docs/misc/patch.md @@ -73,8 +73,8 @@ Just make whatever changes you want to a git clone and then:\ Note the git revision that you did this with:\ **\$ git log** -Alternatively (better yet), commit your changes and then use:\ -\$ **git format-patch -N**\ +Alternatively (better yet), commit your changes and then use: + $ git format-patch -N Replace N with the number of commits that you want to show. [Back to top of page.](#pagetop) |