Skip to content

Commit 288ac7b

Browse files
authored
Merge pull request #2850 from riyasvmc/patch-1
Update adding-an-existing-project-to-github-using-the-command-line.md
2 parents 5827ddd + f90aec5 commit 288ac7b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
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
@@ -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)