A tutorial introduction to git
GitCheatSheet - GitWiki
Scott's Blog : Why I choose Bazaar (a history of revision control)
How I stopped missing Darcs and started loving Git
using git rebase --interactive to merge commits before sending them upstream
Merging and branching in Subversion 1.5 - Java World
Andy Delcambre: Git SVN Workflow
using git locally to work with a remote svn repository
Kipling - Gitorious
a bug/issue tracker that stores it's data in git
schacon's ticgit at master — GitHub
another bug/issue tracker that uses git for storage
Ditz
yet another ticket tracking system designed for use with DVCS
Red Hat Magazine | Shipping quality code with git
some tips for advanced git usage
skwpspace – GitHub is leading us to an opensource renaissance
this is why github works
Cleaning House — GitHub
Here’s how to delete all the branches which are a subset of master (and therefor contain nothing juicy):
Git Guide - SourceMage Wiki
includes instructions on how to delete a remote branch. Useful for github
Rebase Considered Harmful - The Changelog
Signed Revisions with Bazaar - James Henstridge
On GPG signing bazaar commits
Who-T: On commit messages
Any software project is a collaborative project. It has at least two developers, the original developer and the original developer a few weeks or months later when the train of thought has long left the station. This later self needs to reestablish the context of a particular piece of code each time a new bug occurs or a new feature needs to be implemented.
You could have invented git (and maybe you already have!) « The Reinvigorated Programmer
An interesting description of git and why it works the way it does