Skip to content

Git Flow

Brandon Bowles edited this page Jul 9, 2013 · 2 revisions

The Backbone repository for Toolify will only ever have 3 branches: master, dev-beta, and dev-alpha. These 3 branches are release branches that can be used to build a stable release to the Google Play Store for Full, Beta, and Alpha releases.

Backbone development workflow will roughly follow git-flow. All direct remote activity will be done through individual remote branches, and pull-requests will be made to the Toolify "dev-alpha" branch when ready. At this point, the appropriate parties will be designated for code review. When a "beta" release is ready, a pull request from dev-alpha to dev-beta will be made, and reviewed. Lastly, when a final release is ready, a pull request from dev-beta to master will be made.

Clone this wiki locally