私のセットアップは次のとおりです。
brew install git bash-completion
Warning: git-2.1.3 already installed
Warning: bash-completion-1.3 already installed
.bash_profileで:
if [ -f $(brew --prefix)/etc/bash_completion ]; then
. $(brew --prefix)/etc/bash_completion
fi
しかし、gitコマンドのオートコンプリートはまだありません。(以前はmacportsを使用していましたが、何を試してもgitコマンドでオートコンプリートを取得できなかったため、完全に削除しました。)
OSX 10.10を使用しています
wget https://raw.github.com/git/git/master/contrib/completion/git-completion.bash && source git-completion.bash
、まだ運がなかった。