diff options
author | Hendrik Jäger <gitcommit@henk.geekmail.org> | 2020-11-25 09:17:52 +0100 |
---|---|---|
committer | Hendrik Jäger <gitcommit@henk.geekmail.org> | 2020-11-25 09:17:52 +0100 |
commit | db8eda72fc8481993a6dd8ab1b28a60e9cd5946a (patch) | |
tree | 29728f6f553fc0ab2cd373965d890e1b4ec9e0f2 /.config/git/config | |
parent | e53b639c3013fd200e76ae39296d8a4e566d1b19 (diff) |
Set signing key
Diffstat (limited to '.config/git/config')
-rw-r--r-- | .config/git/config | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/.config/git/config b/.config/git/config index 53e10fb..0ea2297 100644 --- a/.config/git/config +++ b/.config/git/config @@ -1,6 +1,7 @@ [user] name = Hendrik Jäger email = gitcommit@henk.geekmail.org + signingKey = 0x1B7EADFDDF720123 [branch] # always make new branches rebase on their tracking branch @@ -83,9 +84,9 @@ c = commit ca = commit --all cm = commit --message - cma = commit --all --message - cmv = commit --verbose - cmav = commit --all --verbose + cam = commit --all --message + cv = commit --verbose + cav = commit --all --verbose fix = commit --all --fixup diff = diff --word-diff |