New tutorial added: Managing websites securely with Gitolite
This is a much better method than our previous tutorial which used gitosis and required server side interaction to create new repos. With this Gitolite version access control is more fine grained and repos are added simple by editing and pushing the gitolite.conf file.
Setup a secure development environment using Gitolite for security and version control so you can deploy to a staging server and/or a production server by simply running git-push. I've written a post-receive hook for Gitolite that is very useful for managing web applications using the GitFlow workflow.
Saturday, January 7, 2012
