Technology Solutions for Everyday Folks

March 2021 Archive

My Personal Git Cheat Sheet

  • Posted on March 29, 2021
  • Read time: 3 minutes
  • Tagged with 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 More

Git-ting the hang of Hooks

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 More

Signing Git Commits: Chasing the "Verified" Stamp

  • Posted on March 01, 2021
  • Read time: 6 minutes
  • Tagged with 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