Skip to content

Commit bb0ddd6

Browse files
authored
Merge pull request #27762 from npu21/gitdoc-ru
Append .git to upstream URLs
2 parents cd3ccb1 + 9511387 commit bb0ddd6

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)