Different Git Workflows

Learn more about how a software development team can use Git to accomplish tasks in a more consistent and productive manner.

What is a Git workflow?

Git workflows are unique ways that a team chooses to collaborate using Git. A team can use any of the following types of workflow:

  • Centralized workflow
  • Feature branch workflow
  • Gitflow workflow
  • Forking workflow

Centralized workflow

The centralized workflow is ideal for developers who are already used to centralized repositories like Apache Subversion (SVN) but still want to take advantage of the distributed power of Git.

Get hands-on with 1200+ tech skills courses.