Skip to content

Instantly share code, notes, and snippets.

@speedmax
Created November 19, 2009 06:51
Show Gist options
  • Save speedmax/238603 to your computer and use it in GitHub Desktop.
Save speedmax/238603 to your computer and use it in GitHub Desktop.
alias gen='script/generate'
alias flushdns='dscacheutil -flushcache'
alias gp='git push'
alias gb='git branch'
alias gc='git commit'
alias gm='git merge'
alias gs='git status'
alias r='rake'
go() {
cd /workspace/$1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment