Git based development -> staging -> live workflow
I've been trying to get my head around a simple git based workflow for deploying from development to staging to live server environments. I found this post extremely useful in achieving a basic development -> live workflow, but adding in a staging step is very useful if you want to…