Add gfa, irb utility_belt, and gitignore DS_Store and .svn

This commit is contained in:
Hunter Haugen 2012-12-27 10:33:50 -08:00
parent f27d4a3cb5
commit 5f8582acb9
3 changed files with 4 additions and 0 deletions

View file

@ -244,6 +244,7 @@ alias gd="git diff"
alias gdc="git diff --cached"
alias gc="git commit"
alias gca="git commit --amend"
alias gfa="git fetch --all"
alias gr="git remote -v show"
alias gp="git push"
alias gu="git pull"