Skip to content

Commit 03ab264

Browse files
authored
Append .git to upstream URLs
The upstream URLs are missing the `.git` suffix. You can see this minor omission if you run the `git remote -v` command in your local `website` repo.
1 parent 05507e4 commit 03ab264

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,8 @@ Make sure you have [git](https://git-scm.com/book/en/v2/Getting-Started-Installi
123123
```bash
124124
origin [email protected]:<github_username>/website.git (fetch)
125125
origin [email protected]:<github_username>/website.git (push)
126-
upstream https://github.com/kubernetes/website (fetch)
127-
upstream https://github.com/kubernetes/website (push)
126+
upstream https://github.com/kubernetes/website.git (fetch)
127+
upstream https://github.com/kubernetes/website.git (push)
128128
```
129129

130130
6. Fetch commits from your fork's `origin/master` and `kubernetes/website`'s `upstream/master`:

0 commit comments

Comments
 (0)