Articles tagged "git"

Separate YubiKeys for personal and work use
8 min read

Setup git commits and authentication with multiple GPG keys and YubiKeys

Since I worked as an architect in the compliant financial industry, I have been signing my git commits so that people cannot impersonate me in source code. I have always defaulted to a single GPG personal key that I could also use for both personal and work. But suddenly I needed to juggle two keys.

Note: these commits were pushed separately to generate distinct "Last run"s.
6 min read

Creating Monorepo Pipelines in Azure DevOps

Some software projects will use a monorepo for multiple components, especially projects migrating to the cloud. Let's create multiple Azure DevOps pipelines for a single git repository. But this is not without disadvantages.