logo

Git Github Flow

Git Github flow

4 branching workflows for Git

Feature Branches and Pull Requests : Walkthrough

Understanding the GitHub flow

Git Feature Branch Workflow | Atlassian Git Tutorial

Git rebase workflow

A Git Workflow Using Rebase

A Rebase Workflow for Git

Why You Should Use a Rebase Workflow

The Case for Pull Rebase

Lessonly Flow

Why?

  1. Good PRs are not always one to one with good job stories
  2. Multiple work from multiple devs might need to be merged before a story is ready

What?

  1. Anything in the master branch should be deployable Anything not ready for users in master should be behind a feature flag

  2. All work should be branched off of master, in a feature branch