Tag: GitHub

  • GitHub Container Registry and K3s

    Considering we have paid GitHub accounts at work, I’ve started using the GitHub Container Registry (GHCR) for storing our production-level container images. It was my first foray not doing either: There are limitations to how much GHCR can be used with our current plan, including 2 GB of overall storage and 10 GB of transfer…

  • Git Pull Unable To Fast-Forward

    git is a tool that’s likely a key part of any developer’s toolbox in 2024, but it’s also a very opaque tool. Many developers, myself included, know the basic commands they need to run for making commits, rebasing them, stashing changes, managing branches, etc. However, I know that I often have a poor grasp of…

  • Sign Git Commits With 1Password

    I recently decided to stop being lazy and digitally sign my git commits, at least for the ones I do on projects for work with my work laptop. This was something that had actually been in the back of my mind for a while, but I kept forgetting about it almost as soon as I…