diff --git a/.mikaela/gitconfig b/.mikaela/gitconfig index fbdd6501..2ac2103f 100644 --- a/.mikaela/gitconfig +++ b/.mikaela/gitconfig @@ -28,11 +28,12 @@ ui = true [push] default = current + gpgSign = if-asked [credential] helper = cache --timeout=86400 [merge] ff = only [format] - signoff = true + signOff = true [commit] gpgsign = true diff --git a/conf/gitconfig b/conf/gitconfig index a2c92a49..a4329557 100644 --- a/conf/gitconfig +++ b/conf/gitconfig @@ -28,11 +28,12 @@ ui = true [push] default = current + gpgSign = if-asked [credential] helper = cache --timeout=86400 [merge] ff = only [format] - signoff = true + signOff = true [commit] gpgsign = true