Skip to content

Instantly share code, notes, and snippets.

@etewiah
Created August 23, 2012 10:42
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save etewiah/3435393 to your computer and use it in GitHub Desktop.
Save etewiah/3435393 to your computer and use it in GitHub Desktop.
My aliases
alias dbreset='rake db:drop; rake db:create; rake db:migrate; rake db:seed; rake db:test:prepare'
alias dbupdate='rake db:migrate; rake db:seed; rake db:test:prepare'
alias gcall='git add .; git commit -am'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment