Skip to content

Instantly share code, notes, and snippets.

@ninjitaru
Created November 30, 2013 06:06
Show Gist options
  • Save ninjitaru/7715907 to your computer and use it in GitHub Desktop.
Save ninjitaru/7715907 to your computer and use it in GitHub Desktop.
git bash completion
after install it using
brew install git bash-completion
remember to add
if [ -f /opt/local/etc/bash_completion ]; then
. /opt/local/etc/bash_completion
fi
into ~/.bash_profile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment