Explore >> Select a destination


You are here

madebyme.today
| | passingcuriosity.com
2.0 parsecs away

Travel
| | Setup a new Yubikey with, add OpenPGP keys, and configure git and GitHub to use them.
| | logr.cogley.info
3.0 parsecs away

Travel
| | If you want to autosign git commits on Mac, there are a couple of tricks to it. I have not been able to get brew gpg to work consistently well, but installing from gpgtools.org seems to be able to be made to work. ?? This worked for me: Install GPGTools from https://gpgtools.org Create / import a key, then run gpg --list-secret-keys to find the sec key fingerprint Make git settings, specifying the signing key as the fingerprint with no spaces: 1 2 3 4 % git config --global gpg.
| | artemislena.eu
2.7 parsecs away

Travel
| |
| | stevenhicks.me
14.7 parsecs away

Travel
| Work projects require git commits to be signed with my work email; I'd like commits on my personal projects to be signed with my personal email. The solution: conditional includes in my .gitconfig!