You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.