Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
oh-my-zsh
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
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
github
oh-my-zsh
Commits
2ffca068
Commit
2ffca068
authored
Dec 03, 2013
by
Peter van der Does
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update git-flow-avh 1.7.0
parent
4e34588a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
git-flow-avh.plugin.zsh
plugins/git-flow-avh/git-flow-avh.plugin.zsh
+4
-1
No files found.
plugins/git-flow-avh/git-flow-avh.plugin.zsh
View file @
2ffca068
...
@@ -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