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

Welcome to GitCasts

http://gitcasts.com/ screen casts tutorials for basic git usage

Git Magic [well written "git for newbees" article]

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.

GitPlugin - Trac Hacks - Plugins Macros etc. - Trac

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 ]

reddit – Trac [source code for 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

Synchronizing Repositories witn GIT (git-svn how-to)

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!

VersionControl - FreeBSD Wiki

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]

Secure Git hosting and collaborative development — GitHub

http://github.com/ new paid web service based on Git

Elijah’s Blog » Blog Archive » Local caching: A major distinguishing difference between VCSes

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

Elijah’s Blog » Blog Archive » Limbo: Why users are more error-prone with git than other VCSes

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)