François' Blog

Signing Git Commits

Published on 2018-05-11 | Last modified on 2018-06-18

What a mess! This is my $HOME/.gitconfig that seems to make everything work. As my keyring only works with gpg2 and not with gpg you also have to set gpg.program.

[user]
	email = fkooman@tuxed.net
	name = François Kooman
	signingKey = 6237BAF1418A907DAA98EAA79C5EDD645A571EB2
[commit]
	gpgSign = true
[gpg]
	program = /usr/bin/gpg2
[tar "tar.xz"]
        command = xz -c

History