Labs/Jetpack/FlightDeck/Code Workflow: Difference between revisions
< Labs | Jetpack | FlightDeck
Jump to navigation
Jump to search
m (→Scrapbook) |
|||
| Line 4: | Line 4: | ||
= Scrapbook = | = Scrapbook = | ||
=== Differences from Vincent Driessen === | === Differences from Vincent Driessen's model === | ||
*long living support branches added | *long living support branches added | ||
*branches feature- are renamed to bug-#- | *branches feature- are renamed to bug-#- where # is a number in bugzilla | ||
*branches hotfix- are renamed to hotfix-#- | |||
*branch master is renamed to trunk | *branch master is renamed to trunk | ||
*consider renaming devel to master | *consider renaming devel to master | ||
Revision as of 10:22, 15 July 2010
Scrapbook
Differences from Vincent Driessen's model
- long living support branches added
- branches feature- are renamed to bug-#- where # is a number in bugzilla
- branches hotfix- are renamed to hotfix-#-
- branch master is renamed to trunk
- consider renaming devel to master
Links
- nview.com - A successful Git branching model
- The diagram is now a part of FlightDeck/Docs in repository
- git-flow repository of the git extension to make main repository management a blast (not tested yet)