зеркало из https://github.com/github/docs.git
Update adding-an-existing-project-to-github-using-the-command-line.md
This commit is contained in:
Родитель
d91f085c49
Коммит
7855ba53c1
|
@ -43,7 +43,7 @@ versions:
|
|||
![Copy remote repository URL field](/assets/images/help/repository/copy-remote-repository-url-quick-setup.png)
|
||||
8. In Terminal, [add the URL for the remote repository](/articles/adding-a-remote) where your local repository will be pushed.
|
||||
```shell
|
||||
$ git remote add origin <em>remote repository URL</em>
|
||||
$ git remote add origin <em>remote_repository_URL</em>
|
||||
# Sets the new remote
|
||||
$ git remote -v
|
||||
# Verifies the new remote URL
|
||||
|
|
Загрузка…
Ссылка в новой задаче