Created
January 27, 2009 21:15
-
-
Save knewter/53554 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 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 [email protected]' | |
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