Skip to content

Commit d21abd1

Browse files
authored
Merge pull request #27755 from npu21/git-zh
Append .git to upstream URLs
2 parents 11eda2a + fa520b3 commit d21abd1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/zh/docs/contribute/new-content/open-a-pr.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,8 +218,8 @@ Make sure you have [git](https://git-scm.com/book/en/v2/Getting-Started-Installi
218218
```bash
219219
origin [email protected]:<github_username>/website.git (fetch)
220220
origin [email protected]:<github_username>/website.git (push)
221-
upstream https://github.com/kubernetes/website (fetch)
222-
upstream https://github.com/kubernetes/website (push)
221+
upstream https://github.com/kubernetes/website.git (fetch)
222+
upstream https://github.com/kubernetes/website.git (push)
223223
```
224224
<!--
225225
6. Fetch commits from your fork's `origin/master` and `kubernetes/website`'s `upstream/master`:

0 commit comments

Comments
 (0)