Skip to content

Commit d3a264b

Browse files
authored
Merge pull request #742 from Kobzol/rebase
Use a safer command for rebasing
2 parents 5b5f635 + 212ffd5 commit d3a264b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/triagebot/no-merge.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@ There are three optional values that can be specified in the table:
3939
>
4040
> ```shell-session
4141
> $ # rebase
42-
> $ git rebase -i master
43-
> $ # delete any merge commits in the editor that appears
42+
> $ git pull --rebase https://github.com/rust-lang/rust.git master
4443
> $ git push --force-with-lease
4544
> ```
4645

0 commit comments

Comments
 (0)