Skip to content

Commit

Permalink
Added 'git flow init' to the README file.
Browse files Browse the repository at this point in the history
  • Loading branch information
nvie committed Feb 22, 2010
1 parent f10a48b commit f9ebb07
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.mdown
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit f9ebb07

Please sign in to comment.