AI co-authored
Signing git commits with SSH keys
Sign your Git commits with the SSH key you already use for authentication — simpler than GPG, and verified on GitHub with an allowed-signers file.
- devops
- git
- ssh
Tag
4 posts
Sign your Git commits with the SSH key you already use for authentication — simpler than GPG, and verified on GitHub with an allowed-signers file.
Lightweight and annotated Git tags, when to use each, and how to create, push, list and delete them for marking releases.
What git reset actually does — soft, mixed and hard — with worked examples for undoing commits and unstaging files without losing work.
A beginner's guide to Git — installing it, setting your identity, staging and committing changes, and understanding how distributed version control works.