5. Git Workflows
What follows are three popular examples of software development workflows using Git. Because these workflows are simply different approaches using standard Git commands and features, you can customize them for your own workflow or take a completely new approach.
The three workflows we’ll cover in this section are:
- Centralized Workflow
- Feature Branch Workflow
- Gitflow Workflow
We’ll cover them in order of simplest to most complex. As you read through the descriptions and examples, I encourage you to think about which of the approaches would best fit your software development process.