Back to Entries
Tags: notes programming
Status: release
Date: 2014-07-28

Code Reference Cheatsheet


This is a place to store useful commands I come across and use from time-to-time.

See the contents of a Git Stash

git stash show -p stash@{0}

pg_ctl -D /usr/local/var/postgres -l /usr/local/var/postgres/server.log start