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
4895c15e
Commit
4895c15e
authored
Nov 23, 2011
by
Vincent Driessen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix wording.
parent
9c5c806c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
git-flow-feature
git-flow-feature
+2
-2
No files found.
git-flow-feature
View file @
4895c15e
...
@@ -231,7 +231,7 @@ cmd_finish() {
...
@@ -231,7 +231,7 @@ cmd_finish() {
DEFINE_boolean fetch false "fetch from $ORIGIN before performing finish" F
DEFINE_boolean fetch false "fetch from $ORIGIN before performing finish" F
DEFINE_boolean rebase false "rebase instead of merge" r
DEFINE_boolean rebase false "rebase instead of merge" r
DEFINE_boolean keep false "keep branch after performing finish" k
DEFINE_boolean keep false "keep branch after performing finish" k
DEFINE_boolean
hard_delete false "try extra hard to delete the branch after performing
finish" D
DEFINE_boolean
force_delete false "force delete feature branch after
finish" D
parse_args "$@"
parse_args "$@"
expand_nameprefix_arg_or_current
expand_nameprefix_arg_or_current
...
@@ -347,7 +347,7 @@ helper_finish_cleanup() {
...
@@ -347,7 +347,7 @@ helper_finish_cleanup() {
if noflag keep; then
if noflag keep; then
if flag
hard
_delete; then
if flag
force
_delete; then
git branch -D "$BRANCH"
git branch -D "$BRANCH"
else
else
git branch -d "$BRANCH"
git branch -d "$BRANCH"
...
...
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