1
0
mirror of synced 2026-01-26 21:05:30 -05:00

Merge pull request #2850 from riyasvmc/patch-1

Update adding-an-existing-project-to-github-using-the-command-line.md
This commit is contained in:
Felicity Chapman
2021-01-20 13:30:57 +00:00
committed by GitHub

View File

@@ -43,7 +43,7 @@ versions:
![Copy remote repository URL field](/assets/images/help/repository/copy-remote-repository-url-quick-setup.png)
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> &lt;REMOTE_URL> </em>
# Sets the new remote
$ git remote -v
# Verifies the new remote URL
@@ -80,7 +80,7 @@ versions:
![Copy remote repository URL field](/assets/images/help/repository/copy-remote-repository-url-quick-setup.png)
8. In the Command prompt, [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> &lt;REMOTE_URL> </em>
# Sets the new remote
$ git remote -v
# Verifies the new remote URL
@@ -117,7 +117,7 @@ versions:
![Copy remote repository URL field](/assets/images/help/repository/copy-remote-repository-url-quick-setup.png)
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> &lt;REMOTE_URL> </em>
# Sets the new remote
$ git remote -v
# Verifies the new remote URL