setze gpg nicht explizit in git
Signed-off-by: Michael Grote <michael.grote@posteo.de>
This commit is contained in:
parent
f8dab2b79c
commit
423cb4ee11
1 changed files with 2 additions and 2 deletions
|
@ -25,8 +25,8 @@ renames = true
|
||||||
prune = true
|
prune = true
|
||||||
[commit]
|
[commit]
|
||||||
gpgsign = true
|
gpgsign = true
|
||||||
[gpg]
|
#[gpg] # unter Ubuntu anscheinend nicht notwendig
|
||||||
program = gpg2
|
#program = gpg2
|
||||||
[safe]
|
[safe]
|
||||||
directory = ~/dotfiles
|
directory = ~/dotfiles
|
||||||
[advice]
|
[advice]
|
||||||
|
|
Loading…
Reference in a new issue