Daniel Herring wrote:
Here are a few links that might be helpful to people learning git. Its culturally different than CVS; but once you learn it, there's no turning back. The ability to experiment with local branches, back up, rewrite history, and only publish the sanitized history is quite liberating.
http://tomayko.com/writings/the-thing-about-git http://progit.org/book/ http://git-scm.com/documentation http://www.kernel.org/pub/software/scm/git/docs/gittutorial.html http://www.kernel.org/pub/software/scm/git/docs/everyday.html http://www.kernel.org/pub/software/scm/git/docs/user-manual.html
Thank you very much for the suggestions, Daniel. For other ASDF developers who are trying to accustom themselves to Git, I would recommend the progit.org link above. It's the best "you are a user, here's what you need to know" of these.
Best, R