January 2010
2 posts
New limonade branching model
master branch is now the bleeding edge / integration branch
stable branches are named: X.X-stable (currently last stable is 0.4-stable)
tags remains the same: vX.X.X (0.4.6 is actualy the last tag)
How to Handle a Pull Request from GitHub when Fork...
Since thursday, the Limonade github fork queue seems to be broken (or something’s wrong with GitHub). But I wanted to apply Colin’s last commit before working on the project today.
So, I followed this article and finally, it was very easy.
# Setup repo as a remote branch
git remote add -f cbrumelle git://github.com/cbrumelle/limonade.git
# Create the local copy
git checkout -b...