This page describes the layout of the Kobby git repository and suggested practices when using the repository.
Master branch:the latest production state of the project. Typically commits are made to this branch by merging form a version branch.
Version branches:The latest production state of the specific project version. Typically the matching version-devel branch is merged into this branch when it has reached a production state. This branch is also used for 'hotfixes' after releases.
Version-devel branches:Latest development state of the specific project version. Commits are typically made to this branch by merging in a feature-specific branch.
|