mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 15:36:21 -04:00
Add completion for git-psykorebase.
This commit is contained in:
parent
d8395ba2e9
commit
3039f9405e
|
|
@ -109,6 +109,10 @@ _git_missing(){
|
|||
__gitcomp "$(git for-each-ref --format='%(refname:short)')"
|
||||
}
|
||||
|
||||
_git_psykorebase(){
|
||||
__gitcomp "$(__git_heads) --continue --no-ff"
|
||||
}
|
||||
|
||||
_git_refactor(){
|
||||
__git_extras_workflow "refactor"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue