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:
@@ -43,7 +43,7 @@ versions:
|
||||

|
||||
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_URL> </em>
|
||||
# Sets the new remote
|
||||
$ git remote -v
|
||||
# Verifies the new remote URL
|
||||
|
||||
Reference in New Issue
Block a user