Version control with automated deployment?
December 18, 2011 12:28 PM Subscribe
I'd like to start using source control for a website, with automated, one-click (or close to it) deployment.
Is there a reason to prefer subversion, mercurial, or git?
Are there tutorials on how to do this? Best practices? Etc?
posted by jsturgill to computers & internet (19 answers total) 2 users marked this as a favorite
Deployment is a wildly different question, and pretty much decoupled with scm. It's be useful to know what you're deploying. If you're just doing HTML, you can use GitHub Pages and have your version control and deployment all in the same cake.
posted by tmcw at 12:36 PM on December 18, 2011