Skip to content

Commit 860d46b

Browse files
authored
Update lines 83 and 120 with the same change
1 parent dac5fb6 commit 860d46b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ versions:
8080
![Copy remote repository URL field](/assets/images/help/repository/copy-remote-repository-url-quick-setup.png)
8181
8. In the Command prompt, [add the URL for the remote repository](/articles/adding-a-remote) where your local repository will be pushed.
8282
```shell
83-
$ git remote add origin <em>remote repository URL</em>
83+
$ git remote add origin <em> &lt;REMOTE_URL> </em>
8484
# Sets the new remote
8585
$ git remote -v
8686
# Verifies the new remote URL
@@ -117,7 +117,7 @@ versions:
117117
![Copy remote repository URL field](/assets/images/help/repository/copy-remote-repository-url-quick-setup.png)
118118
8. In Terminal, [add the URL for the remote repository](/articles/adding-a-remote) where your local repository will be pushed.
119119
```shell
120-
$ git remote add origin <em>remote repository URL</em>
120+
$ git remote add origin <em> &lt;REMOTE_URL> </em>
121121
# Sets the new remote
122122
$ git remote -v
123123
# Verifies the new remote URL

0 commit comments

Comments
 (0)