File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ so these commits will need to be removed for this pull request to be merged.
88
88
You can start a rebase with the following commands:
89
89
```shell-session
90
90
$ # rebase
91
- $ git pull -- rebase https://github.com/rust-lang/rust.git master
91
+ $ git rebase -i master
92
92
$ # delete any merge commits in the editor that appears
93
93
$ git push --force-with-lease
94
94
```
@@ -228,7 +228,7 @@ There are merge commits (commits with multiple parents) in your changes. We have
228
228
You can start a rebase with the following commands:
229
229
```shell-session
230
230
$ # rebase
231
- $ git pull -- rebase https://github.com/rust-lang/rust.git master
231
+ $ git rebase -i master
232
232
$ # delete any merge commits in the editor that appears
233
233
$ git push --force-with-lease
234
234
```
You can’t perform that action at this time.
0 commit comments