He aquí mi arreglo:
brew install git bash-completion
Warning: git-2.1.3 already installed
Warning: bash-completion-1.3 already installed
En .bash_profile:
if [ -f $(brew --prefix)/etc/bash_completion ]; then
. $(brew --prefix)/etc/bash_completion
fi
Pero todavía no tengo autocompletado para los comandos git. (Utilicé macports antes, pero lo eliminé por completo porque no podía obtener comandos git para autocompletar sin importar lo que intentara).
Estoy en OSX 10.10
wget https://raw.github.com/git/git/master/contrib/completion/git-completion.bash && source git-completion.bash
, aún no tuve suerte.