March 2021 Archive
My Personal Git Cheat Sheet
- March 29, 2021
- 3 minutes
- inspiration, tech
I've used a number of various Git cheatsheets over the years, usually duing a moment of "how do I do __ again?" and sometimes during a moment of panic like "Shit! Undo that commit!"
Recently, I (finally) "removed my training wheels" and uninstalled the UI client I had for Git, for two reasons:
Read MoreGit-ting the hang of Hooks
- March 15, 2021
- 8 minutes
- automation, inspiration, tech
Several months ago I made the decision to finally use Git to manage a more complex "legacy" web application project that I inherited over a decade ago and continue to maintain. Years ago when migrating the web application to a new hosting stack, I ported the development/test and production sites into their own Git repositories.
Read MoreSigning Git Commits: Chasing the "Verified" Stamp
- March 01, 2021
- 6 minutes
- inspiration, tech
I've been working on projects lately that actually involve writing more code than I have in a while...and so I'm using Git/GitHub with greater frequency than I have in some time.
Read More