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 14e9312 commit c61a561Copy full SHA for c61a561
docs/contributing.rst
@@ -105,7 +105,8 @@ Creating a branch
105
106
It's best to create a new, separate branch for each piece of work you want to do. E.g.::
107
108
- git checkout -b shiny-new-feature
+ git fetch upstream
109
+ git checkout -b shiny-new-feature upsteam/master
110
111
This changes your working directory to the shiny-new-feature branch. Keep any changes in
112
this branch specific to one bug or feature so it is clear what the branch brings to
0 commit comments