|
|
|
|
|
by maratd
4017 days ago
|
|
It's always #2, but just because a feature has been approved for master, doesn't mean all the features approved for master are stable together. A feature might be stable as a standalone, but in virtually every software suite, features interact with each other. That is what develop is for. It's where all the feature branches meet and where any instability created by everything coming together is resolved. Master, on the other hand, is the product of that successful resolution after all the bug fixes. |
|