chore(git): added allowed_signers

This commit is contained in:
2024-10-11 15:15:26 +01:00
parent d512f4d6e6
commit 7a08f8ec28
2 changed files with 3 additions and 0 deletions

View File

@@ -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

View File

@@ -1,2 +1,3 @@
[user]
email = afonso@francof.net
name = afonsofrancof