PRUNERS / archer

Archer, a data race detection tool for large OpenMP applications
https://pruners.github.io/archer
Apache License 2.0
61 stars 13 forks source link

Adopting a branching model #59

Closed zvonimir closed 6 years ago

zvonimir commented 6 years ago

We found it useful in more extensive projects to adopt a branching model to follow, and in particular I like this one: http://nvie.com/posts/a-successful-git-branching-model/ In short, all the action is happening in the develop branch, and you only merge into master before doing a release. Just a thought.

simoatze commented 6 years ago

Yeah that is a good idea, once we merge the last changes I'll create a dev branch so we can keep working on that one. Thanks for the suggestion!

simoatze commented 6 years ago

This is done!