22Jun/100
Useful Git Links
This is a post I will be adding to over time all about links I have found useful when learning how to best use Git.
How To Create And Apply A Patch - Really good article, the only thing I would clarify is that the am command can only be used once you have set up mailing (something I have yet to do).
Creating A New Branch On Your Remote Repository - Such a simple task but one I couldn't easily find described somewhere for the layman.
Git By Example - This has all the basic git commands that anyone starting out with Git will want to familiarise themselves with complete with examples.
Branching and Merging - An interesting document on branching and merging within Git.
Thanks to @psynnott for contributing some links.