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
60e07ef5
Commit
60e07ef5
authored
Jan 21, 2010
by
Vincent Driessen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix indenting of Markdown text
parent
e8766e0e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
+10
-10
README.mdown
README.mdown
+10
-10
No files found.
README.mdown
View file @
60e07ef5
...
...
@@ -37,26 +37,26 @@ Examples
* To finish this feature and have it merged into `develop`, use:
gitflow finish feature <name>
gitflow finish feature foo-support
gitflow finish feature <name>
gitflow finish feature foo-support
* To start a new release branch for 2.0, based on the 1.1 production release, use:
gitflow start release <release>
gitflow start release 2.0
gitflow start release <release>
gitflow start release 2.0
* To finish the release branch (i.e. to make an actual production release), use:
gitflow finish release <release>
gitflow finish release 2.0
gitflow finish release <release>
gitflow finish release 2.0
* To start a new hotfix branch for 2.1, based on the 2.0 production release, use:
gitflow start hotfix <release> [<base-release>]
gitflow start hotfix 2.1 2.0
gitflow start hotfix <release> [<base-release>]
gitflow start hotfix 2.1 2.0
* To finish the hotfix branch, use:
gitflow finish hotfix <release>
gitflow finish hotfix 2.1
gitflow finish hotfix <release>
gitflow finish hotfix 2.1
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