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 6cf39de commit ef74e70Copy full SHA for ef74e70
CONTRIBUTING.md
@@ -79,7 +79,7 @@ new git branch. For example,
79
```
80
$ git checkout -b feature/useful-new-thing origin/develop # Create a new branch based on develop and switch to it
81
$ ... # Make your changes and commit them
82
-$ git push fork develop # After new commits, push to your fork
+$ git push fork feature/useful-new-thing # After new commits, push to your fork
83
84
85
### Format Your Code
0 commit comments