Git-Flow: Difference between revisions
Jump to navigation
Jump to search
(Created page with "Category:Git == Overview == "Git Flow" is a proposed workflow for version control involving 5 main branches: `master`, `hotfix`, `release`, `develop`, and `feature`. Th...") |
(No difference)
|
Latest revision as of 23:11, 23 March 2016
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