I have a repo that I need to use to deploy the production code of an WebApp to the server. I need advise on what is the correct way of doing it(branching).
I will need 3 branches(I think):
- Development
- Quality
- Production
Now my doubt is... the "master" branch should be used to the Development or to the Production code?
Best Regards,