Explore >> Select a destination


You are here

8yd.no
| | den.dev
3.3 parsecs away

Travel
| | Make your GitHub life easier with no-touch commit signing.
| | emmanuelbernard.com
1.9 parsecs away

Travel
| | Today I learned that you could sign your Git commits not only via a gpg key but also via a ssh key. Let's see how. GPG keys and Git signing I've never had the rigor to use a maintain a gpg key over the years. For some reasons, I've always found it too cumbersome. On the other hand, I've managed my ssh keys pretty well (you better be to log into remote machines, right?). I've been working on a small project for my French podcast Les Cast Codeurs where the main maintainer is enforcing commit signing. That's a good thing but I felt like one more thing between me a success! So I investigated how to do SSH signing. How to set up ssh signing for your git project Without further due git config user.name "Emmanuel Bernard" git config user.email "my-email@example.net...
| | ar.al
3.9 parsecs away

Travel
| | I'm setting up my new XPS 13 running Pop!_OS and one of the things I always have to do on any new machine is to configure git. So, both for my own reference and in case it helps anyone else, here's a list of things I do to set up git: Set up my identity (used in commits, tags, etc.) git config --global user.name "Aral Balkan" git config --global user.email mail@ar.
| | incenp.org
19.5 parsecs away

Travel
|