git-flow-completion
git-flow-completion copied to clipboard
Update instructions for Homebrew macOS High Sierra installation
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.