Skip to content

Commit

Permalink
Update step-1.mdx (#2564)
Browse files Browse the repository at this point in the history
* Update step-1.mdx

The 'Add upstream remote' step doesn't mention that there is a choice of two (SSH vs HTTPS) until after you've tried SSH - this edit makes the choice clear beforehand

* Update src/pages/developing/react-tutorial/step-1.mdx

* Update src/pages/developing/react-tutorial/step-1.mdx

Co-authored-by: Josefina Mancilla <[email protected]>
Co-authored-by: Alison Joseph <[email protected]>
  • Loading branch information
3 people authored Jan 26, 2022
1 parent 7d57e1f commit 84e39fa
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/pages/developing/react-tutorial/step-1.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -70,14 +70,15 @@ cd carbon-tutorial
### Add upstream remote

Add a remote called `upstream` so we can eventually submit a pull request once
you have completed this tutorial step.
you have completed this tutorial step. There are two choices: SSH or HTTPS

#### SSH

```bash
git remote add upstream [email protected]:carbon-design-system/carbon-tutorial.git
```

Or, if you prefer to use HTTPS instead of SSH with your remotes:

#### HTTPS
```bash
git remote add upstream https://github.com/carbon-design-system/carbon-tutorial.git
```
Expand Down

1 comment on commit 84e39fa

@vercel
Copy link

@vercel vercel bot commented on 84e39fa Jan 26, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.