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
#Add this to your home as .profile (or any other script to fit your needs) and download the git-completion.bash | |
#file (save as .git-completion.bash). | |
echo "Hello World! | |
" | |
alias g="git" | |
alias ga='git add ' | |
alias gb='git branch ' | |
alias gc='git commit' |