

This is happening within every git repository on my machine, rather than being isolated to one. When using git, I see the correct autocomplete behavior when trying to autocomplete commands. /Cellar/git/2.13.1/etc/bash_completion.d/git-completion.bash Lrwxr-xr-x 1 michael 65 Jun 18 02:19 /usr/local/etc/bash_completion.d/git-completion.bash ->.

$ ll /usr/local/etc/bash_completion.d/git-completion.bash I have confirmed git-completion.bash is in fact in the bash_completion.d directory. $ source $(brew -prefix)/etc/bash_completion I have installed bash-completion via Homebrew. Completion of git subcommands, however, works just fine. I have done my best to install git and git completions on my machine, however I am still unable to autocomplete branch names (local or remote). I have tried to debug this issue unsuccessfully for several days.
