You are here |
www.juandebravo.com | ||
| | | |
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. | |
| | | |
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. | |
| | | |
den.dev
|
|
| | | | Make your GitHub life easier with no-touch commit signing. | |
| | | |
deejaygraham.github.io
|
|
| | a triumph of style over substance |