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 067d3c4 commit 638ec3aCopy full SHA for 638ec3a
docs/git-branching-strategies/converting-to-gitflow.md
@@ -7,4 +7,4 @@ git checkout -b develop
7
git push upstream develop
8
```
9
10
-Then in GitHub go to your repository settings then set develop to be your default branch. And now all development happens on the `develop` branch
+Afterwards you need to set `develop` to be your default branch. And now all development happens on the `develop` branch
0 commit comments