Created
January 8, 2013 22:14
-
-
Save juhasz/4488487 to your computer and use it in GitHub Desktop.
Git completion setup in .bash_profile. (Git installed from http://git-scm.com/)
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
## git autocomplete and promt | |
source /usr/local/git/contrib/completion/git-completion.bash | |
source /usr/local/git/contrib/completion/git-prompt.sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment