A successful Git branching model Great post on real-world branching conventions for Git, including when to create branches for development, and when to merge them. tags: code, git
4 Steps to Happiness Working with GitHub Projects Git is a great (and fashionable) source control management program. GitHub takes the pain out of hosting Git for a group -- for both open-source and... tags: git, how-to, code, open source
GitHub Best Practices The folks at GitHub have taken the pain out of centralized Git hosting. Even better, they've built in tools that make distributed version control easy to... tags: git, how-to, code, post, open source, popular
Building Git on Leopard So you want to use Git for distributed version control For Mac OS X 10.5 there are a couple of options for installing Git. tags: osx, how-to, git, code
Building Git on Centos 5 So you want to use Git the latest hotness in distributed version control. It builds easily using the instructions in the INSTALL file. But on Centos... tags: code, git, how-to, linux, post