scie.nti.st » Hosting Git repositories, The Easy (and Secure) Way
http://scie.nti.st/2007/11/14/hosting-git-repositories-the-easy-and-secure-way/ recipe for hosting git repositories
http://scie.nti.st/2007/11/14/hosting-git-repositories-the-easy-and-secure-way/ recipe for hosting git repositories
http://gitcasts.com/ screen casts tutorials for basic git usage
http://www-cs-students.stanford.edu/~blynn/gitmagic/ Good article that explain basic version control tasks and how to do them with git. Other git how-to articles start with how git differs from other vcs’es and explain about git internals and by doing that they create a huge deal of confusion.
http://trac-hacks.org/wiki/GitPlugin This is a plugin for Trac 0.10/0.11 which enables GIT to be used instead of Subversion for the trac:VersioningSystemBackend. [ I haven’t tested it, but it appears to be used at code.reddit.com ]
http://code.reddit.com/ Interesting to look when u have a time. PS: looks like they are using git and found a way to integrate it into Trac, which is pretty cool
https://wiki.bnl.gov/dayabay/index.php?title=Synchronizing_Repositories article explains how to use Git to work with remote svn repositories and syncronize your local changes to remote repos. Good article!
http://wiki.freebsd.org/VersionControl wiki page from FreeBSD people descibing their experineces and requirements for version control system. They [finally] swicthing from CVS [to Subversion]
http://github.com/ new paid web service based on Git
http://blogs.gnome.org/newren/2007/11/24/local-caching-a-major-distinguishing-difference-between-vcses/ more notes on using git: repository size and off-line usage
http://blogs.gnome.org/newren/2007/12/08/limbo-why-users-are-more-error-prone-with-git-than-other-vcses/ notes on using git (commits)