Category: Deployment
-
GIT deployments on MediaTemple
GIT deployments are a technique for moving source code from your local development environment to your remote environments while maintaing a complete history of your changes. Many web developers have moved to this style of deployment because it: lowers the risk of forgetting to transfer a file when deploying gives you a way to back-out changes […]