Skip to content

Instantly share code, notes, and snippets.

View HSBallina's full-sized avatar
🐭

Håkan Sjö Ballina HSBallina

🐭
View GitHub Profile
@HSBallina
HSBallina / .profile
Last active August 29, 2017 12:37
Git aliases with autocompletion
#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'