Skip to content

Commit

Permalink
[docs] Recommend default branch (mui#21719)
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon authored and Christian Jöcker committed Jul 14, 2020
1 parent f076c81 commit 3fb0c32
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 3fb0c32

Please sign in to comment.