Slide 20
Slide 20 text
• Pull dev, start coding and then pushing the branch.
• Once in awhile merge dev with sta and deploy.
• If something is not working on staging, fix it in that branch.
• If everything under staging is working, merge and push to master,
deploy to production.
Introducing features