# Git workflows - [Git Guides Workflows](https://git-scm.com/docs/gitworkflows) ## Centralized workflow - [Comparing workflows](https://www.atlassian.com/git/tutorials/comparing-workflows) ## Feature branch workflow / GitHub flow - [Git Feature Branch Workflow](https://www.atlassian.com/git/tutorials/comparing-workflows/feature-branch-workflow) - [Understanding the GitHub flow](https://guides.github.com/introduction/flow/) ## Gitflow workflow - [Gitflow Workflow](https://www.atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow) - [A successful Git branching model](https://nvie.com/posts/a-successful-git-branching-model/) ## Forking workflow - [Forking Workflow](https://www.atlassian.com/git/tutorials/comparing-workflows/forking-workflow)