Skip to content

Commit 7cc8b1f

Browse files
authored
Update 3-components-of-github-flow.md
1 parent 8f9586e commit 7cc8b1f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

learn-pr/github/introduction-to-github/includes/3-components-of-github-flow.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ While GitHub Flow is a lightweight workflow designed for continuous delivery, **
8989
Below is a diagram by Vincent Driessen, known by his nickname nvie, through his blog nvie.com. Here, nvie depicts the details of the Git flow.
9090
9191
:::image type="content" source="../media/nvie-git-flow.png" alt-text="Nvie's diagram of a Git branching model showing feature branches, a develop branch, release branches, hotfixes, and the master branch over time. Colored commit nodes and arrows illustrate how features are merged into develop, how release branches are created for version 1.0, how bug fixes flow back into develop, and how hotfixes are applied directly to master. Tags mark releases 0.1, 0.2, and 1.0." border="false":::
92+
*Image credit: Vincent Driessen, https://nvie.com/posts/a-successful-git-branching-model/*
9293
9394
### Git flow Branch Types
9495

0 commit comments

Comments
 (0)