alias gs="git status"
alias gc="git commit -m "
alias gaa="git add ."
alias gpush="git push"
alias gck="git checkout "
alias gp="git pull"
alias gl="git log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit"
alias gll="git log --graph --abbrev-commit --decorate --all --format=format:'%C(bold blue)%h%C(reset) - %C(bold cyan)%aD%C(dim white) - %an%C(reset) %C(bold green)(%ar)%C(reset)%C(bold yellow)%d%C(reset)%n %C(white)%s%C(reset)'"
alias gone="git log --oneline"
alias ll='ls -al'
alias web='cd /Applications/MAMP/htdocs/'
alias subl="'/Applications/Sublime Text.app/Contents/SharedSupport/bin/subl'"