I\'m quite new to Git (and VC for that matter) and I\'m struggling a bit to understand the concept behind the Dev>Staging>Live workflow using branches.
I\'m trying to ap
For an example of a git workflow, take a look at mine:
http://dymitruk.com/blog/2012/02/05/branch-per-feature/
This should get you started to a mature process.