Skip to content

Commit c483c07

Browse files
authored
show instead of explain
This should be clear with less words r? @reddevilmidzy
1 parent 96579b6 commit c483c07

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/git.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -385,8 +385,7 @@ the history becomes easier to work with.
385385

386386
The easiest way to squash your commits in a PR on the `rust-lang/rust` repository is to use the `@bors squash` command in a comment on the PR.
387387
By default, [bors] combines all commit messages of the PR into the squashed commit message.
388-
To customize the commit message, use `@bors squash msg=<commit message>`.
389-
If you want to use multiple words in the commit message, wrap it in double quotes.
388+
To customize the commit message, use `@bors squash msg="<commit message>"`.
390389
For example, `@bors squash msg="Improve diagnostics for missing lifetime parameter"`.
391390

392391
If you want to squash commits using local git operations, read on below.

0 commit comments

Comments
 (0)