Created
August 23, 2012 10:42
-
-
Save etewiah/3435393 to your computer and use it in GitHub Desktop.
My aliases
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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