dotfiles/git/.gitconfig

15 lines
251 B
INI
Raw Normal View History

2023-02-08 16:39:04 +00:00
[user]
name = "Sam Al-Sapti"
email = "sam@sapti.me"
signingkey = "0x3FC96B835B918FC3"
[color]
ui = true
[init]
defaultBranch = "main"
[log]
showSignature = true
[commit]
gpgsign = true
[push]
autoSetupRemote = true