Skip to content

Commit

Permalink
Merge pull request #742 from Kobzol/rebase
Browse files Browse the repository at this point in the history
Use a safer command for rebasing
  • Loading branch information
Kobzol committed May 27, 2024
2 parents 5b5f635 + 212ffd5 commit d3a264b
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 d3a264b

Please sign in to comment.