Skip to content

Commit dac5fb6

Browse files
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>
1 parent 7855ba5 commit dac5fb6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ versions:
4343
![Copy remote repository URL field](/assets/images/help/repository/copy-remote-repository-url-quick-setup.png)
4444
8. In Terminal, [add the URL for the remote repository](/articles/adding-a-remote) where your local repository will be pushed.
4545
```shell
46-
$ git remote add origin <em>remote_repository_URL</em>
46+
$ git remote add origin <em> &lt;REMOTE_URL> </em>
4747
# Sets the new remote
4848
$ git remote -v
4949
# Verifies the new remote URL

0 commit comments

Comments
 (0)