Skip to content

Commit

Permalink
tj#300 Added bash completion
Browse files Browse the repository at this point in the history
  • Loading branch information
chernjie committed Feb 5, 2015
1 parent 0a06714 commit 6dd6527
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions etc/bash_completion.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
}
Expand Down

0 comments on commit 6dd6527

Please sign in to comment.