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
c49c793a
Commit
c49c793a
authored
Feb 24, 2010
by
Vincent Driessen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Dotted i's and crossed t's in the README file, for release.
parent
05e65868
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
15 deletions
+16
-15
README.mdown
README.mdown
+16
-15
No files found.
README.mdown
View file @
c49c793a
...
@@ -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:
...
...
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