|
We essentially follow [this git branching model](http://nvie.com/posts/a-successful-git-branching-model/). Developers are expected to use the full model locally, however, the main MathJax repository should only contain develop, master and release branches, i.e., teams should work together and make pull requests after merging the finished work into develop.
|
|
We essentially follow [this git branching model](http://nvie.com/posts/a-successful-git-branching-model/). Developers are expected to use the full model locally, the main MathJax repository should primarily contain develop, master and release branches (both core and for mathjax-node) as well as branches with open PRs (possibly marked WIP).
|