Skip to content

Commit 6d1aed8

Browse files
committed
Use a safer command for rebasing
1 parent 4864f30 commit 6d1aed8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/triagebot/no-merge.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +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
42+
> $ git pull --rebase https://github.com/rust-lang/rust.git master
4343
> $ # delete any merge commits in the editor that appears
4444
> $ git push --force-with-lease
4545
> ```

0 commit comments

Comments
 (0)