diff --git a/.mikaela/gitconfig b/.mikaela/gitconfig index e958a231..fbdd6501 100644 --- a/.mikaela/gitconfig +++ b/.mikaela/gitconfig @@ -33,4 +33,6 @@ [merge] ff = only [format] - signoff = true + signoff = true +[commit] + gpgsign = true diff --git a/conf/gitconfig b/conf/gitconfig index a9c13988..a2c92a49 100644 --- a/conf/gitconfig +++ b/conf/gitconfig @@ -33,4 +33,6 @@ [merge] ff = only [format] - signoff = true + signoff = true +[commit] + gpgsign = true