Skip to content

Instantly share code, notes, and snippets.

View Chris-Softrams's full-sized avatar

Chris Chris-Softrams

View GitHub Profile

Conventinal Commit Messages

See how a minor change to your commit message style can make a difference. Examples

Have a look at CLI util git-conventional-commits to ensure this conventions and generate changelogs

Commit Formats

Default

@Chris-Softrams
Chris-Softrams / jq-cheetsheet.md
Created January 26, 2023 17:14 — forked from olih/jq-cheetsheet.md
jq Cheet Sheet

Processing JSON using jq

jq is useful to slice, filter, map and transform structured json data.

Installing jq

On Mac OS

brew install jq