Skip to content

Commit a4e4d58

Browse files
authored
Merge pull request #27708 from rolfedh/patch-1
Append `.git` to upstream URLs
2 parents 8f312c4 + 03ab264 commit a4e4d58

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)