Closed ansiwen closed 8 years ago
What are the policies for master vs. develop branch? Do you want new things in general be committed into develop branch now? Then I can rebase this.
I prefer doing it "git flow"-way. So develop
is the main working branch, and all feature-X
branches get merged there. To create a new release, I start a release-N
branch based on develop
, update changelog/readme/etc and then merge it into develop
and master
with a tag. So master
always contains the latest "stable" release, and develop
contains a "nightly" state.
Second attempt, this time with C implementation as well. Solves #6 and #13. Replaces #8.