Skip to content

Instantly share code, notes, and snippets.

@adamabernathy
adamabernathy / git-and-gpg.md
Last active February 10, 2026 20:32
Git and GPG

GitHub Getting Started with SSH and GPG Signing

Creating a SSH key

Step 1 - Generate a new key.

ssh-keygen -t ed25519 -C "your_email@example.com"
eval "$(ssh-agent -s)"