]> Repositories - machines.git/blob - monsoon/dotfiles/.config/git/config
Remove Amp VSCode extension
[machines.git] / monsoon / dotfiles / .config / git / config
1 [user]
2         email = "hey@ayoreis.com"
3         name = "Ayo Reis"
4         signingKey = "~/.ssh/id_ed25519.pub"
5
6 [init]
7         defaultBranch = "main"
8
9 [commit]
10         gpgSign = true
11
12 [tag]
13         gpgSign = true
14
15 [gpg]
16         format = "ssh"
17
18 [gpg "ssh"]
19         allowedSignersFile = "~/.config/git/allowed_signers"