LWN.net Logo

CSSC

CSSC

Posted Apr 5, 2010 16:32 UTC (Mon) by iabervon (subscriber, #722)
In reply to: CSSC by cry_regarder
Parent article: A proposed Subversion vision and roadmap

Somewhat surprisingly, git is actually really easy for the really easy things, particularly if you've configured it with your username already for other projects, and are only worried about making bad changes (rather than preserving the data from disks dying or an "rm -rf ."). You just need "git init" the first time and "git add .; git commit" whenever you want to keep a state. You only need a server (or even filesystem storage outside of the directory) if you want to publicize your projects, and you only get anything complicated going on if you have parallel development.


(Log in to post comments)

Copyright © 2012, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds