Add custom Zsh completion to the git-finish subcommand (yay!)

This commit is contained in:
Danielle McLean 2018-08-03 15:48:59 +10:00
parent e7005539be
commit 7bdd6b5659
Signed by: 00dani
GPG key ID: 8EB789DDF3ABD240

View 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:'