diff --git a/.config/git/config b/.config/git/config index 0d70141..6219b2a 100644 --- a/.config/git/config +++ b/.config/git/config @@ -42,6 +42,13 @@ tlc = clone --filter tree:0 blc = clone --filter blob:none +[commit] + gpgsign = true +[push] + gpgsign = if-asked +[tag] + gpgsign = true + [pager] difftool = true