Merge pull request #27762 from npu21/gitdoc-ru

Append .git to upstream URLs
This commit is contained in:
Kubernetes Prow Robot 2021-04-28 00:38:49 -07:00 committed by GitHub
commit bb0ddd647e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -217,8 +217,8 @@ PR объединяется, когда у него есть комментар
```bash
origin git@github.com:<github_username>/website.git (fetch)
origin git@github.com:<github_username>/website.git (push)
upstream https://github.com/kubernetes/website (fetch)
upstream https://github.com/kubernetes/website (push)
upstream https://github.com/kubernetes/website.git (fetch)
upstream https://github.com/kubernetes/website.git (push)
```
### Работа в локальном репозитории