Difference between develop and master branch

Oh please! Don’t even dream of using the develop branch for a production deployment unless you have competent development and technical support people to intervene when necessary (which will be often).

The develop branch has the latest features. But is very unstable.

The master branch is VERY stable. All my clients are on master and it runs with hardly any intervention. Please do run updates every week, else you will have trouble when you do.

Don’t get seduced by new features and think you will be able to deploy the develop branch for a production deployment. You will get seriously stressed out.

Just wait for the new features to be merged in the master. It will take a few months, but it’s worth the wait.

Hope this helps.

Thanks

Jay

5 Likes