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.
This commit is contained in:
		
							parent
							
								
									05507e4fcf
								
							
						
					
					
						commit
						03ab264919
					
				|  | @ -123,8 +123,8 @@ Make sure you have [git](https://git-scm.com/book/en/v2/Getting-Started-Installi | ||||||
|     ```bash |     ```bash | ||||||
|     origin	git@github.com:<github_username>/website.git (fetch) |     origin	git@github.com:<github_username>/website.git (fetch) | ||||||
|     origin	git@github.com:<github_username>/website.git (push) |     origin	git@github.com:<github_username>/website.git (push) | ||||||
|     upstream	https://github.com/kubernetes/website (fetch) |     upstream	https://github.com/kubernetes/website.git (fetch) | ||||||
|     upstream	https://github.com/kubernetes/website (push) |     upstream	https://github.com/kubernetes/website.git (push) | ||||||
|     ``` |     ``` | ||||||
| 
 | 
 | ||||||
| 6. Fetch commits from your fork's `origin/master` and `kubernetes/website`'s `upstream/master`: | 6. Fetch commits from your fork's `origin/master` and `kubernetes/website`'s `upstream/master`: | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue