Merge pull request #35073 from fenggw-fnst/fix-open-a-pr
Fix incorrect format in open-a-pr.mdpull/35095/head
commit
e644ead07a
|
@ -484,10 +484,10 @@ conflict. You must resolve all merge conflicts in your PR.
|
||||||
|
|
||||||
1. Fetch changes from `kubernetes/website`'s `upstream/main` and rebase your branch:
|
1. Fetch changes from `kubernetes/website`'s `upstream/main` and rebase your branch:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
git fetch upstream
|
git fetch upstream
|
||||||
git rebase upstream/main
|
git rebase upstream/main
|
||||||
```
|
```
|
||||||
|
|
||||||
1. Inspect the results of the rebase:
|
1. Inspect the results of the rebase:
|
||||||
|
|
||||||
|
@ -512,7 +512,7 @@ conflict. You must resolve all merge conflicts in your PR.
|
||||||
|
|
||||||
1. Continue the rebase:
|
1. Continue the rebase:
|
||||||
|
|
||||||
``
|
```shell
|
||||||
git rebase --continue
|
git rebase --continue
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue