On Tue, 24 May 2011, Jason Hsu wrote: > I'm using Git and GitHub for developing Swift Linux. > > Is there a way to implement version control for a web site so that you can revert to earlier versions of files if something goes wrong when you make a change? No reason why you can't check-in HTML/whatever to your repo and then check it out on your web server. -Yaron --