Skip to content

Instantly share code, notes, and snippets.

@johnson
johnson / git-workflow.md
Created June 5, 2011 14:59 — forked from bkaney/git-workflow.md
Git Workflow with Backporting to origin/master

Git Workflow

Consider three remote branches origin/master, origin/staging and origin/production. The master is the shared developers' edge. Staging is what is tested before a push to production and production is the code that gets deployed.

New Development