# git stuff alias gs="git status" alias gl="git log" alias gpl="git pull" alias gpu="git push" alias gad="git add" alias gcm="git commit"