# sample git conditional configuration ``` [commit] gpgsign = true [gpg] format = ssh [user] email = {{email}} name = {{name}} signingKey = {{path-to-pub-ssh-key}} ``` # sample allowed signers files ``` namespaces="git" $(cat ~/.ssh/.pub) ```