Skip to content

How to use GIT to collaborate with the code

tonyleekorea edited this page Aug 27, 2021 · 8 revisions

Our branching model is based off the nvie branching model.

  • develop - Code in which we are working at the moment. Always start development from this branch, if not you may find problems merging your changes back into the main code in the future.

  • release-x.y.z - Code from the develop branch that's being evaluated / tested (via beta releases) for production release.

  • master - Production releases that are onto the Google Play store.

javascript:https://github.com/aiegoo//js/toc.js