Re: Nabble is now open-source
Posted by Paul H on Dec 22, 2022; 9:03am
URL: https://support.nabble.com/Nabble-is-now-open-source-tp7603082p7613111.html
Greg,
A good Github client will help developers to make incremental and experimental changes on their local clone.
Versioning and differencing are great, meaning you can easily unwind or rewind your changes that corrupt or crash your Nabble clone.
The very careful step is merging your changes to the Master branch. A test-approve system is mission critical, as is beta testing. That requires automation and dedicated developers.
It's common to rebuild the product everynight, so that all developerment changes are available to the team.
Paul