You are here |
den.dev | ||
| | | |
artemislena.eu
|
|
| | | | Be crime do gay | |
| | | |
melkat.blog
|
|
| | | | Anyone can be anyone when it comes to commits. For example, here is a commit where ""Linus Torvalds"" deletes Linux. I put this document together for myself a while back, but I thought I would share it with other people who want a straightforward guide to setting up commit signing with GPG. | |
| | | |
ar.al
|
|
| | | | 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. | |
| | | |
logr.cogley.info
|
|
| | 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. |