Commit f9ebb076 authored by Vincent Driessen's avatar Vincent Driessen

Added 'git flow init' to the README file.

parent f10a48bb
......@@ -52,10 +52,14 @@ Feel free to fork this repo and to commit your additions.
Example uses:
-------------
* To initialize a new repo with the basic branch structure, instead of using
`git init`, use:
* To initialize a new repo with the basic branch structure, use:
git flow init
This will then interactively prompt you with some questions on which branches
you would like to use as development and production branches, and how you
would like your prefixes be named. You may simply press Return on any of
those questions to accept the (sane) default suggestions.
* To list/start/finish feature branches, use:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment