git archive outputs a tar file to standard output. You could pipe that over an SSH connection into (tar -xf -) and extract your archive into a location on your server. On Tue, May 24, 2011 at 2:43 PM, Jason Hsu <jhsu802701 at jasonhsu.com> wrote: > Is there a way to implement version control if you are NOT using your own web server? Is this something that the host has to provide? > > On Tue, 24 May 2011 14:41:03 -0500 (CDT) > Yaron <tclug at freakzilla.com> wrote: > >> >> 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 >> >> -- >> _______________________________________________ >> TCLUG Mailing List - Minneapolis/St. Paul, Minnesota >> tclug-list at mn-linux.org >> http://mailman.mn-linux.org/mailman/listinfo/tclug-list > > > -- > Jason Hsu <jhsu802701 at jasonhsu.com> > _______________________________________________ > TCLUG Mailing List - Minneapolis/St. Paul, Minnesota > tclug-list at mn-linux.org > http://mailman.mn-linux.org/mailman/listinfo/tclug-list > -- Erik K. Mitchell -- Web Developer erik.mitchell at gmail.com erik at ekmitchell.com http://ekmitchell.com/