Skip to content

Commit 7db8407

Browse files
HHobeckarturcic
andauthored
Update docs/input/docs/learn/branching-strategies/gitflow/examples.md
Co-authored-by: Artur <artur.stolear@gmail.com>
1 parent 8bf5b9c commit 7db8407

File tree

1 file changed

+3
-3
lines changed
  • docs/input/docs/learn/branching-strategies/gitflow

1 file changed

+3
-3
lines changed

docs/input/docs/learn/branching-strategies/gitflow/examples.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,9 @@ be merged back afterwards. Finally the `main` branch is tagged with the
8787
released version.
8888

8989
Release branches can be used in the `GitFlow` as well as `GitHubFlow` workflow.
90-
Sometimes you
91-
want to start on a large feature which may take a while to stabilize so you want
92-
to keep it off main. In these scenarios you can either create a long lived
90+
Sometimes you want to start on a large feature which may take a while
91+
to stabilize so you want to keep it off main.
92+
In these scenarios you can either create a long lived
9393
feature branch (if you do not know the version number this large feature will go
9494
into, and it's non-breaking) otherwise you can create a release branch for the
9595
next major version. You can then submit pull requests to the long lived feature

0 commit comments

Comments
 (0)