A collection of tips I’ve collected over the years
bundler
bundle update
bundle 1.0.22 install
force ruby to use this version of bundler gem install bundler 1.17.2 -v install a bundler version
terminal ps -ef
‘process status’
finds all processes running on computer
| grep
git log –all –grep=”
tail -f path/to/log
watch the log tail -f log/development.log
when yarn lock has merge conflicts git rebase origin/master
git checkout origin/master – yarn.lock yarn install
git add yarn.lock git rebase –continue