diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2023-10-16 17:53:42 -0400 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2023-10-16 17:53:42 -0400 |
commit | 04b32e49e24e63d9ac03451e2431a3cb2392280d (patch) | |
tree | 0b396419bbe0b72fcd31511464230a37fd166a1c /.config/git | |
parent | f4b02ca080ec26763aeacce1994a91f0e86bf4a6 (diff) |
Add gpg key ID
Diffstat (limited to '.config/git')
-rw-r--r-- | .config/git/config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/git/config b/.config/git/config index bcf4b4f..de39b6d 100644 --- a/.config/git/config +++ b/.config/git/config @@ -3,6 +3,7 @@ # Please adapt and uncomment the following lines: name = Benjamin Chausse email = benjamin@chausse.xyz + signingkey = ABC4A5A7430D6309ACBD219044F94DD6456590C3 [init] defaultBranch = master [push] |