Created
November 19, 2009 06:51
-
-
Save speedmax/238603 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 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