Skip to content

Instantly share code, notes, and snippets.

@asoltys
Created December 14, 2011 21:43
Show Gist options
  • Save asoltys/1478684 to your computer and use it in GitHub Desktop.
Save asoltys/1478684 to your computer and use it in GitHub Desktop.
source ~/.git-completion.sh
complete -o bashdefault -o default -o nospace -F _git git 2>/dev/null \
|| complete -o default -o nospace -F _git git
complete -o bashdefault -o default -o nospace -F _git g 2>/dev/null \
|| complete -o default -o nospace -F _git g
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment