We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d7c5a3e + 438d534 commit e644eadCopy full SHA for e644ead
content/en/docs/contribute/new-content/open-a-pr.md
@@ -484,10 +484,10 @@ conflict. You must resolve all merge conflicts in your PR.
484
485
1. Fetch changes from `kubernetes/website`'s `upstream/main` and rebase your branch:
486
487
- ```shell
488
- git fetch upstream
489
- git rebase upstream/main
490
- ```
+ ```shell
+ git fetch upstream
+ git rebase upstream/main
+ ```
491
492
1. Inspect the results of the rebase:
493
@@ -512,7 +512,7 @@ conflict. You must resolve all merge conflicts in your PR.
512
513
1. Continue the rebase:
514
515
- ``
516
git rebase --continue
517
```
518
0 commit comments