forked from nvie/gitflow
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -116,6 +116,16 @@ contributors, please see the [AUTHORS](AUTHORS) file. | |
Any questions, tips, or general discussion can be posted to our Google group: | ||
[http://groups.google.com/group/gitflow-users](http://groups.google.com/group/gitflow-users) | ||
|
||
Contributing | ||
------------ | ||
* Fork the repository. | ||
* `git clone [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. | ||
|
||
License terms | ||
------------- | ||
|