Skip to content

Instantly share code, notes, and snippets.

View cjoshmartin's full-sized avatar

Josh Martin cjoshmartin

View GitHub Profile
shopt -s extglob
alias ll='ls -la'
alias redis='cd ~; redis-server /usr/local/etc/redis.conf'
alias ll_bower='ls -la bower_components'
# gits!
alias gfa="git fetch --all; gs"
# alias grh='git reset --hard; gl 10; gs'