mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 15:36:21 -04:00
tj#300 Added bash completion
This commit is contained in:
parent
195fb17458
commit
0325c46a43
|
|
@ -78,6 +78,14 @@ _git_refactor(){
|
|||
__git_extras_workflow "refactor"
|
||||
}
|
||||
|
||||
_git_scp(){
|
||||
__git_complete_remote_or_refspec
|
||||
}
|
||||
|
||||
_git_rscp(){
|
||||
__git_complete_remote_or_refspec
|
||||
}
|
||||
|
||||
_git_squash(){
|
||||
__gitcomp "$(__git_heads)"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue