Tag: git
-
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…