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
{{ message }}
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.
Xu Guangxin edited this page Oct 8, 2016
·
3 revisions
If you do not sure which branch you should choose. Please choose release branch.
here is detailed explain:
master:
legacy LGPL licensed branch.
apache:
develop branch. We start pull request on this branch. Small(base on side effect may introduced) commits will push to it after code review. Large commits push to it after QA’s verification.QA and our internal daily regression will cover this branch. QA will periodic test it.
release:
It’s a stable branch. You should always get this branch for production release. We never check in commits on this branch. We will fast forward this branch to master when QA tested it. We always cut release on this branch.