Skip to content

Instantly share code, notes, and snippets.

@knewter
Created January 27, 2009 21:15
Show Gist options
  • Save knewter/53554 to your computer and use it in GitHub Desktop.
Save knewter/53554 to your computer and use it in GitHub Desktop.
alias sg='script/generate'
alias ss='script/server'
alias sc='script/console'
alias sp='script/plugin'
alias sb='script/breakpointer'
alias rdb='rake db:migrate'
alias ri='ri -f ansi -T'
alias dwm='cap disable_web && cap deploy_with_migrations && cap enable_web'
alias sshmd='ssh josh@bloombox.tv'
alias gcow='git checkout work'
alias gcom='git checkout master'
alias gmw='git merge work'
alias gmm='git merge master'
alias gplom='git pull origin master'
alias gpsom='git push origin master'
alias gs='git status'
alias grep='grep --color '
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment