From 51c05e36485b9907c074c0aa3b310052b360455e Mon Sep 17 00:00:00 2001 From: Joao P Dubas Date: Wed, 8 May 2024 10:39:01 +0000 Subject: [PATCH] feat(git): add sample allowed signers line --- config/git/.exists | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/config/git/.exists b/config/git/.exists index 51ba6f3..17f5fa7 100644 --- a/config/git/.exists +++ b/config/git/.exists @@ -1,3 +1,6 @@ +# sample git conditional configuration + +``` [commit] gpgsign = true [gpg] @@ -6,4 +9,10 @@ email = {{email}} name = {{name}} signingKey = {{path-to-pub-ssh-key}} +``` +# sample allowed signers files + +``` + namespaces="git" $(cat ~/.ssh/.pub) +```