Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitflow
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
tools
gitflow
Commits
49305ec9
Commit
49305ec9
authored
Nov 30, 2011
by
Vincent Driessen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rewrote Eric's text a bit.
parent
ba0cc8a7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
8 deletions
+15
-8
README.mdown
README.mdown
+15
-8
No files found.
README.mdown
View file @
49305ec9
...
@@ -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
-------------
-------------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment