Skip to content

Commit

Permalink
Use a safer command for rebasing
Browse files Browse the repository at this point in the history
  • Loading branch information
Kobzol committed May 27, 2024
1 parent 4864f30 commit 212ffd5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/triagebot/no-merge.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ There are three optional values that can be specified in the table:
>
> ```shell-session
> $ # rebase
> $ git rebase -i master
> $ # delete any merge commits in the editor that appears
> $ git pull --rebase https://github.com/rust-lang/rust.git master
> $ git push --force-with-lease
> ```
Expand Down

0 comments on commit 212ffd5

Please sign in to comment.