私は.bash_aliases
好きなものを設定しました:
alias gc="git checkout"
alias gcf="git flow feature checkout"
source ~/.git-completion.bash
__git_complete gc _git_checkout
source ~/.git-flow-completion.bash
__git_complete gcf __git_flow_feature
しかし、完了しようとするcheckout
と、ブランチを選択する必要があります。
$ gcf
checkout diff help publish rebase track
delete finish list pull start
$ gcf checkout a
a_branch1 a_branch2
+acheckout
を入力すると自動的に選択される何をすればよいですかgcf
TAB