Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
alias gb='git branch -a -v' alias gs='git status' alias gd='git diff' # gc => git checkout master # gc bugs => git checkout bugs function gc { if [ -z "$1" ]; then git checkout master else git checkout $1 fi }
This paste will be private.
From the Design Piracy series on my blog: