Skip to content

Instantly share code, notes, and snippets.

@lantrix
Created November 28, 2009 03:42
Show Gist options
  • Save lantrix/244374 to your computer and use it in GitHub Desktop.
Save lantrix/244374 to your computer and use it in GitHub Desktop.
#Git bash completion
git_completion_script=$HOME/devel_projects/git/contrib/completion/git-completion.bash
if test -f $git_completion_script; then
source $git_completion_script
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment