Category: git
-
Simple Deployment with Git
The gist of this is that we’re taking a local folder of a project, pushing it to a bare repo on the server, then the server runs a post-receive hook to check out the latest commit to a live folder on a server. What follows are my notes for how to make this happen using…