Skip to content

Commit 638ec3a

Browse files
committed
Remove mentioning of GitHub since this is not specific.
1 parent 067d3c4 commit 638ec3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/git-branching-strategies/converting-to-gitflow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ git checkout -b develop
77
git push upstream develop
88
```
99

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
10+
Afterwards you need to set `develop` to be your default branch. And now all development happens on the `develop` branch

0 commit comments

Comments
 (0)