Update adding-an-existing-project-to-github-using-the-command-line.md

This commit is contained in:
Riyas Valiyadan 2021-01-13 11:44:12 +05:30 коммит произвёл GitHub
Родитель d91f085c49
Коммит 7855ba53c1
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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