Skip to content

Commit 9511387

Browse files
committed
Append .git to upstream URLs
1 parent 0d57747 commit 9511387

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/ru/docs/contribute/intermediate.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,8 +217,8 @@ PR объединяется, когда у него есть комментар
217217
```bash
218218
origin [email protected]:<github_username>/website.git (fetch)
219219
origin [email protected]:<github_username>/website.git (push)
220-
upstream https://github.com/kubernetes/website (fetch)
221-
upstream https://github.com/kubernetes/website (push)
220+
upstream https://github.com/kubernetes/website.git (fetch)
221+
upstream https://github.com/kubernetes/website.git (push)
222222
```
223223

224224
### Работа в локальном репозитории

0 commit comments

Comments
 (0)