Please update the Install Bash git completion guide for macOS High Sierra using Homebrew.
We need to add the following lines to .bash_profile for it to work:
[ -f /usr/local/etc/bash_completion ] && . /usr/local/etc/bash_completion
This can be found using the brew info bash-completion command.
Please update the Install Bash git completion guide for macOS High Sierra using Homebrew.
We need to add the following lines to
.bash_profilefor it to work:This can be found using the
brew info bash-completioncommand.