diff --git a/docs/git-branching-strategies/converting-to-gitflow.md b/docs/git-branching-strategies/converting-to-gitflow.md index 39b58e4e23..2ab0a3be24 100644 --- a/docs/git-branching-strategies/converting-to-gitflow.md +++ b/docs/git-branching-strategies/converting-to-gitflow.md @@ -7,4 +7,4 @@ git checkout -b develop git push upstream develop ``` -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