From b38d76e164b101be548c14056a5d7fb228540ad8 Mon Sep 17 00:00:00 2001 From: afonso Date: Fri, 11 Oct 2024 15:15:26 +0100 Subject: [PATCH] [git] added allowed_signers --- .gitconfig | 2 ++ .gitconfig-gh | 1 + 2 files changed, 3 insertions(+) diff --git a/.gitconfig b/.gitconfig index 3b3923a..dc801c4 100644 --- a/.gitconfig +++ b/.gitconfig @@ -34,3 +34,5 @@ defaultBranch = main [alias] count-lines = "! git log --author=\"$1\" --pretty=tformat: --numstat | awk '{ add += $1; subs += $2; loc += $1 - $2 } END { printf \"added lines: %s, removed lines: %s, total lines: %s\\n\", add, subs, loc }' #" +[gpg "ssh"] + allowedSignersFile = /home/afonso/.ssh/allowed_signers diff --git a/.gitconfig-gh b/.gitconfig-gh index 8f3993e..21d4db1 100644 --- a/.gitconfig-gh +++ b/.gitconfig-gh @@ -1,2 +1,3 @@ [user] + email = afonso@francof.net name = afonsofrancof