Skip to content

Commit

Permalink
Rewrote Eric's text a bit.
Browse files Browse the repository at this point in the history
  • Loading branch information
nvie committed Nov 30, 2011
1 parent ba0cc8a commit 49305ec
Showing 1 changed file with 15 additions and 8 deletions.
23 changes: 15 additions & 8 deletions README.mdown
Original file line number Diff line number Diff line change
Expand Up @@ -118,14 +118,21 @@ Any questions, tips, or general discussion can be posted to our Google group:

Contributing
------------
* Fork the repository.
* `git clone --recursive [email protected]:<username>/gitflow.git`
* `git branch master origin/master`
* `git flow init -d`
* `git flow feature start <your feature>`
* Do work and commit your changes. (**hint**: ``export PATH=`pwd`:$PATH`` from within the gitflow directory helps)
* `git flow feature publish <your feature>`
* Open a pull request to your feature branch.
Fork the repository. Then, run:

git clone --recursive [email protected]:<username>/gitflow.git
cd gitflow
git branch master origin/master
git flow init -d
git flow feature start <your feature>

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
-------------
Expand Down

0 comments on commit 49305ec

Please sign in to comment.