Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Git Flow

Sarmad Sangi
September 17, 2014

Git Flow

Sarmad Sangi

September 17, 2014
Tweet

More Decks by Sarmad Sangi

Other Decks in Technology

Transcript

  1. Why are we talking about this ? • We are

    growing rapidly geographically • Multiple people per platform • Maintain and Improving code quality • Reduce conflicts
  2. Git Flow - Pull Requests • Helps review code •

    Forces us to write good quality code • Shows you if build is failing or has passed (Travis) • Promotes transparency
  3. Git Flow - Releases • Create a Tag for a

    release • Release notes
  4. Git Flow - Merge Masters • Responsible for merging Pull

    requests • Anyone and everyone can be merge master
  5. How not to screw up ? • Avoid committing into

    master branch directly even during hot fix.