v1.0
This is a ShowOff presentation on using git-flow and following the "A successful Git branching model" by Vincent Driessen
If you want to see it, you need to install showoff and then run it in this directory:
$ gem install showoff
$ git clone git://github.com/ctshryock/git-flow-talk.git
$ cd git-flow-talk
$ showoff serve
Then you should be able to go to http://localhost:9090 to view the presentation.
#Using Git-Flow
Git-flow is a set of git extensions which provide high-level repository operations that work according to Vincent Driessen's branching model.
This branching model is widely in use among teams using git as their
means of source control, and serve as a guide to developing software in
a managed fashion.
This presentation is broken into parts; a brief introduction, the main branches, the supporting branches, and then some demo / references.
Estimated time: 5-7 minutes
##TOC
- Introduction
- The Main Branches
- Feature Branches
- Release Branches
- Hotfix branches
- References