Skip to content

Commit 5542c2b

Browse files
authored
Update 3-components-of-github-flow.md
1 parent 601fb24 commit 5542c2b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ While GitHub Flow is a lightweight workflow designed for continuous delivery, **
8888
8989
:::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":::
9090
91-
*Image credit: Vincent Driessen, https://nvie.com/posts/a-successful-git-branching-model/*
91+
*Image by Vincent Driessen, from ['A successful Git branching model'](https://nvie.com/posts/a-successful-git-branching-model/)*
9292
9393
### Git flow Branch Types
9494

0 commit comments

Comments
 (0)