Git has become my default for projects requiring version control. I spent some time last night brushing up on command line skills. In particularly I discovered Git flow which blew my mind. It’s a really clever method for managing workflow. Any-who, below are some useful links for general Git, as well as getting started with Git flow. Enjoy.
- Starting with Git on Think Vitamin.
- A successful branching model by Vincent Driessen.
- A guide to using Git flow, extending from Vincent’s article above.