From fb6e491e8e8c3449d11e7f273860953900a78a73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Paulo=20Dubas?= Date: Wed, 8 May 2024 23:18:00 +0000 Subject: [PATCH] feat(git): add sample allowed signers line (#45) Reviewed-on: https://gitea.dubas.dev/joao.dubas/ide/pulls/45 --- 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) +```