From 5020908bb671a07e9176089beb7859fd701ce6fd Mon Sep 17 00:00:00 2001 From: Danielle McLean Date: Fri, 6 Oct 2017 15:17:48 +1100 Subject: [PATCH] Enable signed pushes for remotes that support them --- config/git/config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/git/config b/config/git/config index c7aac46..5d8305e 100644 --- a/config/git/config +++ b/config/git/config @@ -26,6 +26,9 @@ [pretty] graph = tformat:%C(auto)%h %G? %s% gD% D +[push] + gpgSign = if-asked + [rerere] enabled = true