git-flow-completion icon indicating copy to clipboard operation
git-flow-completion copied to clipboard

Update instructions for Homebrew macOS High Sierra installation

Open akshaykumar6 opened this issue 6 years ago • 0 comments

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.

akshaykumar6 avatar Jul 11 '18 06:07 akshaykumar6