From 638ec3a7042680a60db89d03eacdc83bfa1dc4a1 Mon Sep 17 00:00:00 2001 From: Pascal Berger Date: Wed, 14 Sep 2016 21:16:25 +0200 Subject: [PATCH] Remove mentioning of GitHub since this is not specific. --- docs/git-branching-strategies/converting-to-gitflow.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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