Skip to content

Commit

Permalink
Revert "Use a safer command for rebase"
Browse files Browse the repository at this point in the history
  • Loading branch information
Kobzol committed May 7, 2024
1 parent dfede61 commit c942489
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/handlers/no_merges.rs
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ so these commits will need to be removed for this pull request to be merged.
You can start a rebase with the following commands:
```shell-session
$ # rebase
$ git pull --rebase https://github.com/rust-lang/rust.git master
$ git rebase -i master
$ # delete any merge commits in the editor that appears
$ git push --force-with-lease
```
Expand Down Expand Up @@ -228,7 +228,7 @@ There are merge commits (commits with multiple parents) in your changes. We have
You can start a rebase with the following commands:
```shell-session
$ # rebase
$ git pull --rebase https://github.com/rust-lang/rust.git master
$ git rebase -i master
$ # delete any merge commits in the editor that appears
$ git push --force-with-lease
```
Expand Down

0 comments on commit c942489

Please sign in to comment.