Created
July 15, 2015 11:15
-
-
Save entr/572e3ab89706a2ebc1fc to your computer and use it in GitHub Desktop.
git alias
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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