Sha256: 76169a24620ee4da05dbcaeb310794a0f27d9148d728a6bf0d7efacfdf46ad94
Contents?: true
Size: 1.56 KB
Versions: 7
Compression:
Stored size: 1.56 KB
Contents
There is a number of pre-requisite programs / framework you shall install to be able to correctly contribute to this project -- see [../setup.md](../setup.md) for detailed instructions. <% if config[:gitflow] %> __Git Branching Model__ The Git branching model for this repository follows the guidelines of [gitflow](http://nvie.com/posts/a-successful-git-branching-model/) (see also [this description](https://www.atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow)). In particular, the central repository holds two main branches with an infinite lifetime: * `<%= config[:gitflow][:branches][:master] %>`: the *production-ready* branch * `<%= config[:gitflow][:branches][:develop] %>`: the main branch where the latest developments interviene. This is the *default* branch you get when you clone the repository. Thus you are more than encouraged to install the [git-flow](https://github.com/nvie/gitflow) extensions following the [installation procedures](https://github.com/nvie/gitflow/wiki/Installation) to take full advantage of the proposed operations. The associated [bash completion](https://github.com/bobthecow/git-flow-completion) might interest you also. <% end %> __Repository Setup__ As mentioned in the [installation notes](../setup.md), to make your local copy of the repository ready to use the [git-flow](https://github.com/nvie/gitflow) workflow, run: <% if config[:make] %> $> make setup <% else %> $> rake setup <% end %> Semantic versioning informations happening upon the release operations are detailed in [`versioning.md`](versioning.md).
Version data entries
7 entries across 7 versions & 1 rubygems