How I Made a Monorepo

Please see the disclaimer. Assumed Audience: Hackers, Git users, code archeologists, and anyone who would need to do forensics on Yzena repositories. Epistemic Status: Not confident; I don’t have perfect memory of what I did, but this is the best I’ve got. Five months ago, I wrote about how I re-signed a few entire Git repos. One of the requirements for my process was this: It has to deal with a repo that is a bunch of combined repos....

July 10, 2023 | 3 min | 592 words

A Git Sin: Re-Signing an Entire Git Repo

Please see the disclaimer. Assumed Audience: Hackers, Git users, code archeologists, and anyone who would need to do forensics on Yzena repositories. Epistemic Status: Very sorry and repentant. Forgive me, for I have sinned. I had to create a new GPG key, separate from my personal one, and I had to re-sign every single commit in a few repos with the new key. This is rebase on a whole new level....

February 3, 2023 | 4 min | 794 words