Gitflow

What is GitFlow?

GitFlow is a branching strategy for Git developed by Vincent Driessen in 2010. It's designed to manage complex projects by using different types of branches. These include feature branches, develop branches, release branches, hotfix branches, and the main branch. Each branch type has a specific role, making it easier to handle various stages of development.

Key concepts in GitFlow

What are feature branches?

Feature branches let you develop new features separately from the main codebase. Each new feature starts in its own branch. This approach ensures that the main branch remains stable. For more information on managing feature flags, check out the Feature Flag Best Practices and Collaboration sections.

What is the develop branch?

The develop branch collects all completed features. It acts as an integration point before a release. This branch is where you test and refine your features together.

How do release branches function?

Release branches handle final testing and bug fixes. Once stable, they merge into the main branch for production. This keeps the release process smooth and organized. You can read more about the Stages of a Release Cycle and best practices for Release Management for a deeper understanding.

Examples of using GitFlow

  • Feature development: You create a feature branch to add a login system. Work independently on it. Merge it into the develop branch for testing.

  • Bug fixing: Discover an urgent bug in production. Create a hotfix branch from the main branch. Fix the bug and merge changes into both main and develop branches.

  • Release preparation: Create a release branch from the develop branch. Make final adjustments and bug fixes. Merge the release branch into the main branch.

Advantages and disadvantages of GitFlow

What are the advantages of GitFlow?

  • Clear workflow: Specific branches for features, releases, and hotfixes simplify the process. Learn more

  • Parallel development: Developers can work on multiple features without disrupting the main codebase. More on collaboration

  • Stable releases: Dedicated release branches ensure well-tested and stable code reaches production. Read about release cycles

What are the disadvantages?

Join the #1 experimentation community

Connect with like-minded product leaders, data scientists, and engineers to share the latest in product experimentation.

Try Statsig Today

Get started for free. Add your whole team!

What builders love about us

OpenAI OpenAI
Brex Brex
Notion Notion
SoundCloud SoundCloud
Ancestry Ancestry
At OpenAI, we want to iterate as fast as possible. Statsig enables us to grow, scale, and learn efficiently. Integrating experimentation with product analytics and feature flagging has been crucial for quickly understanding and addressing our users' top priorities.
OpenAI
Dave Cummings
Engineering Manager, ChatGPT
Brex's mission is to help businesses move fast. Statsig is now helping our engineers move fast. It has been a game changer to automate the manual lift typical to running experiments and has helped product teams ship the right features to their users quickly.
Brex
Karandeep Anand
President
At Notion, we're continuously learning what our users value and want every team to run experiments to learn more. It’s also critical to maintain speed as a habit. Statsig's experimentation platform enables both this speed and learning for us.
Notion
Mengying Li
Data Science Manager
We evaluated Optimizely, LaunchDarkly, Split, and Eppo, but ultimately selected Statsig due to its comprehensive end-to-end integration. We wanted a complete solution rather than a partial one, including everything from the stats engine to data ingestion.
SoundCloud
Don Browning
SVP, Data & Platform Engineering
We only had so many analysts. Statsig provided the necessary tools to remove the bottleneck. I know that we are able to impact our key business metrics in a positive way with Statsig. We are definitely heading in the right direction with Statsig.
Ancestry
Partha Sarathi
Director of Engineering
We use cookies to ensure you get the best experience on our website.
Privacy Policy