Commit 49305ec9 authored by Vincent Driessen's avatar Vincent Driessen

Rewrote Eric's text a bit.

parent ba0cc8a7
...@@ -118,14 +118,21 @@ Any questions, tips, or general discussion can be posted to our Google group: ...@@ -118,14 +118,21 @@ Any questions, tips, or general discussion can be posted to our Google group:
Contributing Contributing
------------ ------------
* Fork the repository. Fork the repository. Then, run:
* `git clone --recursive git@github.com:<username>/gitflow.git`
* `git branch master origin/master` git clone --recursive git@github.com:<username>/gitflow.git
* `git flow init -d` cd gitflow
* `git flow feature start <your feature>` git branch master origin/master
* Do work and commit your changes. (**hint**: ``export PATH=`pwd`:$PATH`` from within the gitflow directory helps) git flow init -d
* `git flow feature publish <your feature>` git flow feature start <your feature>
* Open a pull request to your feature branch.
Then, do work and commit your changes. **Hint**: ``export PATH=`pwd`:$PATH``
from within the gitflow directory makes sure you're using the version of
gitflow you're currently developing.
git flow feature publish <your feature>
When done, open a pull request to your feature branch.
License terms License terms
------------- -------------
......
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