Skip to content

Commit

Permalink
chore(docs): Updating Git adding Remote Origin (#33314)
Browse files Browse the repository at this point in the history
  • Loading branch information
Romer authored Oct 12, 2021
1 parent 934035d commit 0f9556a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/tutorial/part-1/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ GitHub is a website that many developers use to back up and share their code onl
3. To push your existing code from your computer to your new GitHub repository, enter the commands below in the command line. Be sure to swap out `YOUR_GITHUB_USERNAME` for your actual username and `YOUR_GITHUB_REPO_NAME` with the name you gave your GitHub repo (like `my-first-gatsby-site`).
```
git remote add origin https://github.com/YOUR_GITHUB_USERNAME/YOUR_GITHUB_REPO_NAME.git
git remote add origin git@github.com:YOUR_GITHUB_USERNAME/YOUR_GITHUB_REPO_NAME.git
git branch -M main
git push -u origin main
```
Expand Down

0 comments on commit 0f9556a

Please sign in to comment.