Skip to content

Instantly share code, notes, and snippets.

@jorgegorka
Created July 16, 2013 11:52
Show Gist options
  • Save jorgegorka/6008056 to your computer and use it in GitHub Desktop.
Save jorgegorka/6008056 to your computer and use it in GitHub Desktop.
command line alias
alias WTF='git reset --hard'
alias be='bundle exec'
alias ber='bundle exec rake'
alias dbm='bundle exec rake db:migrate'
alias dbmt='bundle exec rake db:migrate RAILS_ENV=test'
alias dbr='bundle exec rake db:reset'
alias dbrt='bundle exec rake db:reset RAILS_ENV=test'
alias dbs='bundle exec rake db:seed --trace'
alias dbst='bundle exec rake db:seed --trace RAILS_ENV=test'
alias fb='bundle exec fudge build'
alias gc='git commit -v'
alias gci='git ci'
alias gco='git co'
alias gp='git push origin master'
alias grb='git rb'
alias ll='ls -la'
alias sc='bundle exec rails c'
alias sg='bundle exec guard'
alias sj='bundle exec rake sop_ui:jasmine_compile'
alias smongrel='bundle exec rails s'
alias ss='bundle exec rails s thin'
alias st='bundle exec rake spec'
alias stf='bundle exec rspec'
alias vlc='/Applications/VLC.app/Contents/MacOS/VLC'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment