miRackModular / Rack

An optimised fork of VCVRack virtual modular synthesizer primarily for Raspberry Pi, Tinker Board and similar boards.
https://mifki.com/blog/introducing-mirack-an-optimised-fork-of-vcvrack-for-raspberry-pi-and-others/
BSD 3-Clause "New" or "Revised" License
155 stars 12 forks source link

Explanation of branches #4

Closed Lewiscowles1986 closed 6 years ago

Lewiscowles1986 commented 6 years ago

Is master the only branch to track here? VCVRack doesn't have branches like this, it just has 0.5 and 0.6 (as far as I can see).

Could you please explain what the three branches or git management is in this repo?

pronvit commented 6 years ago

I use branches the traditional way - for developing features that then will get (or not) merged into master. So basically you can ignore other branches most of the time.

Lewiscowles1986 commented 6 years ago

Feature branches. Thanks