Skip to content

Commit 0f0698b

Browse files
committed
sembr src/git.md
1 parent 75b4d19 commit 0f0698b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/git.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,9 @@ Both the upside and downside of this is that it simplifies the history.
383383
On the one hand, you lose track of the steps in which changes were made, but
384384
the history becomes easier to work with.
385385

386-
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. By default, [bors] combines all commit messages of the PR into the squashed commit message. To customize the commit message, use `@bors squash msg=<commit message>`.
386+
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.
387+
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>`.
387389

388390

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

0 commit comments

Comments
 (0)