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
8c93142b
Commit
8c93142b
authored
Dec 03, 2013
by
Robby Russell
Browse files
Merge pull request #2303 from petervanderdoes/git-flow-avh
Update git-flow-avh 1.7.0
parents
6fa64b71
2ffca068
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/git-flow-avh/git-flow-avh.plugin.zsh
View file @
8c93142b
...
@@ -41,6 +41,9 @@ _git-flow ()
...
@@ -41,6 +41,9 @@ _git-flow ()
'hotfix:Manage your hotfix branches.'
'hotfix:Manage your hotfix branches.'
'support:Manage your support branches.'
'support:Manage your support branches.'
'version:Shows version information.'
'version:Shows version information.'
'finish:Finish the branch you are currently on.'
'delete:Delete the branch you are currently on.'
'publish:Publish the branch you are currently on.'
)
)
_describe
-t
commands
'git flow'
subcommands
_describe
-t
commands
'git flow'
subcommands
;;
;;
...
@@ -95,7 +98,7 @@ __git-flow-release ()
...
@@ -95,7 +98,7 @@ __git-flow-release ()
'list:List all your release branches. (Alias to `git flow release`)'
'list:List all your release branches. (Alias to `git flow release`)'
'publish:Publish release branch to remote.'
'publish:Publish release branch to remote.'
'track:Checkout remote release branch.'
'track:Checkout remote release branch.'
'delet:Delete a release branch.'
'delet
e
:Delete a release branch.'
)
)
_describe
-t
commands
'git flow release'
subcommands
_describe
-t
commands
'git flow release'
subcommands
_arguments
\
_arguments
\
...
...
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