내 설정은 다음과 같습니다.
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
아직 운 이 없었습니다.