gh-pr-merge: add --subject example (#7732)

This commit is contained in:
Axel Navarro
2022-02-02 01:51:40 -03:00
committed by GitHub
parent da55f621eb
commit 8b9b6e98b5

View File

@@ -19,6 +19,10 @@
`gh pr merge --{{merge|squash|rebase}}`
- Merge the current pull request with the specified merge strategy and commit message:
`gh pr merge --{{merge|squash|rebase}} --subject {{commit_message}}`
- Squash the current pull request into one commit with the message body and merge:
`gh pr merge --squash --body="{{commit_message_body}}"`