Git-Flow

From Littledamien Wiki
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]