Add custom Zsh completion to the git-finish subcommand (yay!)
This commit is contained in:
parent
e7005539be
commit
7bdd6b5659
1 changed files with 3 additions and 0 deletions
3
config/zsh/functions/_git-finish
Normal file
3
config/zsh/functions/_git-finish
Normal file
|
@ -0,0 +1,3 @@
|
|||
#compdef git-finish
|
||||
#description smoothly finish a git-flow feature or hotfix branch
|
||||
_arguments '1:branch:__git_branch_names' '2:pull request number:'
|
Loading…
Reference in a new issue