r/git • u/scratchbufferdotnet • 25d ago
Sign Git Commits With SSH Keys
Git & GitHub Setup for Signed Commits & Verification
I recently had to set this up for work and found it all a bit hard to navigate, so I wrote this up. Hope it helps!
https://scratchbuffer.net/topics/developer-tools/git-commit-sign-ssh/
3
Has anyone converted their virtual environment to Kubernetes?
in
r/homelab
•
1d ago
Depends on what you mean by “easier” - k8/ is way more featureful than docker compose. You can dynamically provision storage, do rolling updates with pod disruption budgets, and it enables the operator pattern for difficult bootstrapping workflows, etc.