1
0
mirror of synced 2025-12-21 10:57:10 -05:00

Update content/github/importing-your-projects-to-github/adding-an-existing-project-to-github-using-the-command-line.md

Co-authored-by: Felicity Chapman <felicitymay@github.com>
This commit is contained in:
Riyas Valiyadan
2021-01-19 18:53:33 +05:30
committed by GitHub
parent 7855ba53c1
commit dac5fb61c7

View File

@@ -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> &lt;REMOTE_URL> </em>
# Sets the new remote
$ git remote -v
# Verifies the new remote URL