We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bde4d27 commit bdf8f1aCopy full SHA for bdf8f1a
1 file changed
website/contributing/how-to-open-a-pull-request.md
@@ -46,7 +46,7 @@ A new `react-native` directory will be created with the contents of the core Rea
46
We recommend creating a new branch in your fork to keep track of your changes:
47
48
```bash
49
-git checkout --branch my_feature_branch --track origin/main
+git checkout -b my_feature_branch --track origin/main
50
```
51
52
## Chapter II: Implementing your Changes
0 commit comments