- 
                Notifications
    You must be signed in to change notification settings 
- Fork 232
Branch descriptions
        Leopold Talirz edited this page Dec 4, 2018 
        ·
        22 revisions
      
    AiiDA adopts the gitflow branching model.
Brief description of the branches on the aiida_core repository:
- 
master: contains the latest stable release. Releases are tagged, e.g. v0.12.2.
- 
develop: the main development branch. Pull requests from forks/branches should be made to this branch. 
- 
release_v0.12.3: release branch (next release: v0.12.3), created and released by maintainers.
- 
provenance_redesign: a branch that requires collaboration of multiple people and, once finished, will be merged into develop.