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
4de01f25
Commit
4de01f25
authored
Jun 26, 2010
by
Randy Merrill
Committed by
Vincent Driessen
Jun 30, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adding an extra line to the output for extra spacing.
parent
b681b452
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
1 deletion
+4
-1
git-flow-feature
git-flow-feature
+1
-0
git-flow-hotfix
git-flow-hotfix
+1
-0
git-flow-release
git-flow-release
+1
-1
git-flow-support
git-flow-support
+1
-0
No files found.
git-flow-feature
View file @
4de01f25
...
...
@@ -70,6 +70,7 @@ cmd_list() {
warn "You can start a new feature branch:"
warn ""
warn " git flow feature start <name> [<base>]"
warn ""
exit 0
fi
current_branch=$(git branch | grep '^\* ' | grep -v 'no branch' | sed 's/^* //g')
...
...
git-flow-hotfix
View file @
4de01f25
...
...
@@ -66,6 +66,7 @@ cmd_list() {
warn "You can start a new hotfix branch:"
warn ""
warn " git flow hotfix start <name> [<base>]"
warn ""
exit 0
fi
current_branch=$(git branch | grep '^\* ' | grep -v 'no branch' | sed 's/^* //g')
...
...
git-flow-release
View file @
4de01f25
...
...
@@ -66,7 +66,7 @@ cmd_list() {
warn "You can start a new release branch:"
warn ""
warn " git flow release start <name> [<base>]"
warn ""
exit 0
fi
...
...
git-flow-support
View file @
4de01f25
...
...
@@ -68,6 +68,7 @@ cmd_list() {
warn "You can start a new support branch:"
warn ""
warn " git flow support start <name> <base>"
warn ""
exit 0
fi
current_branch=$(git branch | grep '^\* ' | grep -v 'no branch' | sed 's/^* //g')
...
...
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