Skip to content

catsby/git-flow-talk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  1. Introduction
  2. The Main Branches
  3. Feature Branches
  4. Release Branches
  5. Hotfix branches
  6. References

About

Showoff presentation on using git-flow

Resources

Stars

Watchers

Forks

Packages

No packages published