Skip to content

Instantly share code, notes, and snippets.

@entr
Created July 15, 2015 11:15
Show Gist options
  • Save entr/572e3ab89706a2ebc1fc to your computer and use it in GitHub Desktop.
Save entr/572e3ab89706a2ebc1fc to your computer and use it in GitHub Desktop.
git alias
alias g='git'
# Autocomplete for 'g' as well
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