Skip to content

Commit b6e49c6

Browse files
authored
Add image credit for Git flow diagram
Added image credit for Vincent Driessen in the Git flow documentation.
1 parent 7cc8b1f commit b6e49c6

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+
9293
*Image credit: Vincent Driessen, https://nvie.com/posts/a-successful-git-branching-model/*
9394
9495
### Git flow Branch Types

0 commit comments

Comments
 (0)