make git use gpg
This commit is contained in:
parent
5f9d82aa02
commit
3b6838cb08
1 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,8 @@
|
|||
merge.conflictstyle = "diff3";
|
||||
push.autoSetupRemote = true;
|
||||
rerere.enabled = true;
|
||||
user.signingkey = "AB2BD8DAF2E37122";
|
||||
commit.gpgsign = true;
|
||||
};
|
||||
delta.enable = true;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue