Git's Guide

Here's cool tutorial for branching a complex work and merging it afterwards.

We have 2 main branches

git checkout master

And the production branch, were stable code is centralised :

git checkout -b production origin/production

A simple git checkout production afterwards is sufficient.

Also available in: HTML TXT