Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Ohmyzsh
Commits
33b7f226
Commit
33b7f226
authored
Jun 13, 2012
by
Robby Russell
Browse files
Merge pull request #1148 from erichmenge/git-flow-plugin
Add a couple of options for git-flow.
parents
e6c81a58
df30eae4
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/git-flow/git-flow.plugin.zsh
View file @
33b7f226
...
...
@@ -110,6 +110,8 @@ __git-flow-release ()
-u
'[Use the given GPG-key for the digital signature (implies -s)]'
\
-m
'[Use the given tag message]'
\
-p
'[Push to $ORIGIN after performing finish]'
\
-k
'[Keep branch after performing finish]'
\
-n
"[Don't tag this release]"
\
':version:__git_flow_version_list'
;;
...
...
@@ -162,6 +164,8 @@ __git-flow-hotfix ()
-u
'[Use the given GPG-key for the digital signature (implies -s)]'
\
-m
'[Use the given tag message]'
\
-p
'[Push to $ORIGIN after performing finish]'
\
-k
'[Keep branch after performing finish]'
\
-n
"[Don't tag this release]"
\
':hotfix:__git_flow_hotfix_list'
;;
...
...
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