Git-Flow
Overview[edit]
"Git Flow" is a proposed workflow for version control involving 5 main branches: master, hotfix, release, develop, and feature.
There is also a cli program that works with git to work within these branches.
Notes[edit]
- Getting Started with Git-Flow, Yakiloo.com, Apr 2011