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) +```