Processing JSON using jq jq is useful to slice, filter, map and transform structured json data. Installing jq On Mac OS brew install jq
Git Cheat Sheet Initial Setup Initialize a repo Create an empty git repo or reinitialize an existing one $ git init