Skip to content

Instantly share code, notes, and snippets.

@darkhelmet
Created August 20, 2013 17:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save darkhelmet/6284430 to your computer and use it in GitHub Desktop.
Save darkhelmet/6284430 to your computer and use it in GitHub Desktop.
alias master='git checkout master'
alias staging='git checkout staging'
alias release='git checkout release'
alias production='git checkout production'
alias rake='bundle exec rake'
alias rspec='bundle exec rspec'
alias cucumber='bundle exec cucumber'
eval "$(./sub/bin/ys init -)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment