Commit c49c793a authored by Vincent Driessen's avatar Vincent Driessen

Dotted i's and crossed t's in the README file, for release.

parent 05e65868
...@@ -37,29 +37,30 @@ directory. ...@@ -37,29 +37,30 @@ directory.
Please help out Please help out
--------------- ---------------
This project is still under development. What is available today is merely its This project is still under development. Feedback and suggestions are very
foundation. However, it is functional in its current form and should be usable welcome and I encourage you to use the [Issues
under normal use. (Don't try to create multiple release branches next to each list](http://github.com/nvie/gitflow/issues) on Github to provide that
other and stuff like that, yet.)
Feedback and suggestions are very welcome and I encourage you to use the
[Issues list](http://github.com/nvie/gitflow/issues) on Github to provide that
feedback. feedback.
Feel free to fork this repo and to commit your additions. Feel free to fork this repo and to commit your additions.
Example uses: Typical usage:
------------- --------------
### Initialization
* To initialize a new repo with the basic branch structure, use: To initialize a new repo with the basic branch structure, use:
git flow init git flow init
This will then interactively prompt you with some questions on which branches 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 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 would like your prefixes be named. You may simply press Return on any of
those questions to accept the (sane) default suggestions. those questions to accept the (sane) default suggestions.
### Creating feature/release/hotfix/support branches
* To list/start/finish feature branches, use: * 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