Skip to content

Commit 9bd5234

Browse files
authored
Enhance GitHub flow section with visual aid
Added an image representation of GitHub flow and clarified the distinction between GitHub Flow and Git flow.
1 parent bcf4933 commit 9bd5234

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,9 @@ Now that we know the basics of GitHub we can walk through the GitHub flow and it
8484
8585
## Git flow
8686
87+
:::image type="content" source="../media/nvie-git-flow.png" alt-text="Screenshot showing a visual representation of the GitHub flow in a linear format that includes a new branch, commits, pull request, and merging the changes back to main in that order." border="false":::
88+
89+
8790
While GitHub Flow is a lightweight workflow designed for continuous delivery, **Git flow** is a more structured branching model often used in release-driven environments. Git flow has been around longer than GitHub Flow, and you may still see the term **`master`** used instead of **`main`** as the default branch.
8891
8992
### Git flow Branch Types

0 commit comments

Comments
 (0)