How would you use version control for personal data, like a personal website?
Posted
by nn
on Stack Overflow
See other posts from Stack Overflow
or by nn
Published on 2010-03-12T08:34:02Z
Indexed on
2010/03/12
8:37 UTC
Read the original article
Hit count: 195
This is more a use-case question, but I generate static files for a personal website using txt2tags. I was thinking of maybe storing this information in a git repository. Normally I use RCS since it's simplest, and I'm only a single user.
But there just seems to be a large trend of people using git/svn/cvs/etc. for personal data, and I thought this may also be a good way to at least learn some of the basics of the tool. Obviously most of the learning is done in an environment where you collaborate.
So back to the question: how would you use use a version control system such as git, to manage a personal website?
© Stack Overflow or respective owner