Skip to content

Commit 0f9556a

Browse files
author
Romer
authored
chore(docs): Updating Git adding Remote Origin (#33314)
1 parent 934035d commit 0f9556a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/tutorial/part-1/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ GitHub is a website that many developers use to back up and share their code onl
227227
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`).
228228
229229
```
230-
git remote add origin https://github.com/YOUR_GITHUB_USERNAME/YOUR_GITHUB_REPO_NAME.git
230+
git remote add origin git@github.com:YOUR_GITHUB_USERNAME/YOUR_GITHUB_REPO_NAME.git
231231
git branch -M main
232232
git push -u origin main
233233
```

0 commit comments

Comments
 (0)