📚 All my TILs on git

Neat! You found every TIL snippet that I have written about git.

Atom feed for git

git Find current git signing key + scope with git config - 2023-07-29

I switched back to an old laptop and was having trouble with git commit complaining about the passphrase I was using. It was the correct passphrase -- for a different key. I spent a little time with git config to record a few queries for how to find the current git signing key. …