GitHub Setup
Configure your local environment to work with GitHub repositories.
SSH Authentication
To clone repositories and push changes over SSH:
- Generate an SSH key (if you don't have one)
- Add your SSH key to GitHub
Commit Signing
To sign your commits so they show as "Verified" on GitHub:
Verify Setup
# Test SSH authentication
ssh -T git@github.com
# Test a signed commit (after pushing)
# Check GitHub for the green "Verified" badge