Skip to content

Commit 7855ba5

Browse files
Update adding-an-existing-project-to-github-using-the-command-line.md
1 parent d91f085 commit 7855ba5

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>remote_repository_URL</em>
4747
# Sets the new remote
4848
$ git remote -v
4949
# Verifies the new remote URL

0 commit comments

Comments
 (0)