Skip to content

Commit

Permalink
[docs] Recommend default branch (#21719)
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon committed Jul 8, 2020
1 parent d1287f1 commit 4d72554
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Expand Up @@ -42,11 +42,11 @@ cd material-ui
git remote add upstream https://github.com/mui-org/material-ui.git
```

3. Synchronize your local `master` branch with the upstream one:
3. Synchronize your local `next` branch with the upstream one:

```sh
git checkout master
git pull upstream master
git checkout next
git pull upstream next
```

4. Install the dependencies:
Expand Down

0 comments on commit 4d72554

Please sign in to comment.