18 Aug 2010

progit's progit at master - GitHub

This is the source code for the Pro Git book contents.

18 Aug 2010

Our Git Workflow: Private Development, Public Releases

11 Jun 2010

Gitbox — Git GUI for Mac OS X

14 May 2010

My Common Git Workflow

I also don’t believe that thinking of git in terms of subversion is a good idea. That said, the point of this post (and the point of the original poster) is that there are a set of high-level version control operations that you’d expect git to be able to handle in simple cases without a lot of fuss.

Helpful.

5 May 2010

For Later Reference

git update-index --assume-unchanged path/to/file
14 Apr 2010

Simple daily git workflow

However even I understand the importance of version control, and the emergence of git as the source control of choice (and the all marvelous github) mean I have been using git but only in a cack-handed way. What I was missing was the regular day-to-day repeatable how. If you’re familiar with source control, this is not going to be big news, but I want to capture this as I’m still learning as its only really this week I feel I ‘get it’. So here it is, I’ve even created a cheatsheet, which you can download at the end of the article.

Very, very helpful.

6 Apr 2010

Git for the nervous developer

2 Mar 2010

ReinH — A Git Workflow for Agile Teams

Wherein our hero describes a workflow for using git productively and painlessly in an Agile environment.

19 Feb 2010

Git Submodules: Adding, Using, Removing, and Updating | Chris Jean's Blog

Useful; I always forget these commands.

26 Jan 2010

git From The Bottom Up

(download)

Eric Farkas's Posterous


"Don't panic."