mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 10:55:25 +02:00
git-send-email: improve examples and descriptions (#3953)
This commit is contained in:
parent
0df0e02d48
commit
9c7e50848d
1 changed files with 5 additions and 5 deletions
|
@ -14,12 +14,12 @@
|
|||
|
||||
- Send multiple (e.g. 10) commits in the current branch:
|
||||
|
||||
`git send-email -10`
|
||||
`git send-email {{-10}}`
|
||||
|
||||
- Send an extra mail before the patch mail(s) (e.g. an introduction to the patch set as a cover letter) and edit the mail(s) to be sent:
|
||||
- Send an introductory email message for the patch series:
|
||||
|
||||
`git send-email -{{number of commits} --cover-letter --annotate`
|
||||
`git send-email -{{number of commits}} --compose`
|
||||
|
||||
- Send the last commit in the current branch with the patch version (e.g. 2) indicated in the subject header (to appear as [PATCH v2]):
|
||||
- Review and edit the email message for each patch you're about to send:
|
||||
|
||||
`git send-email -v2 -1`
|
||||
`git send-email -{{number of commits}} --annotate`
|
||||
|
|
Loading…
Add table
Reference in a new issue