A Successful Git Branching Model
Saturday, October 23, 2010 5:45 p.m.
The article describes a successful branching model, which the author later turned into a set of extensions to git. I’ve started using git-flow on a few projects and so far it’s been nice. Since it’s just a few conveniences, I should probably get better at the real commands before getting lazy. If you’re interested and using homebrew:
brew install git-flow
Or, you can get the source of git-flow at github.
