Skip to content

Instantly share code, notes, and snippets.

@breun
Last active November 26, 2018 10:38
Show Gist options
  • Save breun/27f7378152788e218afb7cf652b7fc88 to your computer and use it in GitHub Desktop.
Save breun/27f7378152788e218afb7cf652b7fc88 to your computer and use it in GitHub Desktop.
Enable Bash completion for Git on MacPorts
cd /opt/local/etc/bash_completion.d
sudo ln -s /Library/Developer/CommandLineTools/usr/share/git-core/git-completion.bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment