Git-Flow

From Littledamien Wiki
Revision as of 23:11, 23 March 2016 by Video8 (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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]