git diff --name-only | xargs -IN ruby -c N
git diff --name-only | grep "test/" | grep -vE "support|helper" | xargs -IN bundle exec ruby -Itest N
git diff --name-status master..branchName
git checkout -- file
git checkout -b <branch-name> <commit-hash>
git revert object
git reset --hard HEAD^
bin/guard start -c -P Rspec Livereload Bundler
/usr/local/bin/ctags -R --exclude=.git --exclude=log --exclude=app/assets --exclude=vendor
https://github.com/JuanitoFatas/fast-ruby
function c {
ruby script/console production || bin/rails c staging
}