My configurations for the software I use

Add git config

yemou 45eef76c 2150fec4

Changed files
+13
config
git
+13
config/git/config
···
+
[commit]
+
gpgsign = true
+
+
[gpg]
+
format = "ssh"
+
+
[gpg "ssh"]
+
allowedSignersFile = "~/.ssh/allowed_signers"
+
+
[user]
+
email = "dev@lilac.pink"
+
name = "yemou"
+
signingkey = "~/.ssh/id_ed25519.pub"