Fix incorrect format in open-a-pr.md

Signed-off-by: Guangwen Feng <fenggw-fnst@fujitsu.com>
pull/35073/head
Guangwen Feng 2022-07-16 15:56:36 +08:00
parent 9b529eb95f
commit 438d534b9d
1 changed files with 5 additions and 5 deletions

View File

@ -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:
```shell
git fetch upstream
git rebase upstream/main
```
```shell
git fetch upstream
git rebase upstream/main
```
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:
``
```shell
git rebase --continue
```