2022-11-28
|~2 min read
|289 words
When developing scripts to use to manage a project, I often find myself in a situation where I have multiple scripts that are mostly the…
2022-11-28
|~1 min read
|182 words
To get a Node file to run from the command line without needing to tell the command line to use Node to interpret the file, we need a…
2022-11-28
|~3 min read
|560 words
As part of the build pipeline for a project I’ve been working on lately, we’ve been packaging up projects into zip files that are then…
2022-11-28
|~2 min read
|244 words
In researching how to filter Git Commits by Author I found Adam Dymitruk’s bash solution. The reason I’m writing about this is not the…
2022-11-28
|~2 min read
|364 words
Every time I cut a new branch in Git and am ready to submit a PR for review, I get an annoying error reminding me that I need to set the…