Skip to content

Commit bdf8f1a

Browse files
authored
updating how-to-open-a-pull-request.md file to fix the git command (facebook#4850)
1 parent bde4d27 commit bdf8f1a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

website/contributing/how-to-open-a-pull-request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ A new `react-native` directory will be created with the contents of the core Rea
4646
We recommend creating a new branch in your fork to keep track of your changes:
4747

4848
```bash
49-
git checkout --branch my_feature_branch --track origin/main
49+
git checkout -b my_feature_branch --track origin/main
5050
```
5151

5252
## Chapter II: Implementing your Changes

0 commit comments

Comments
 (0)