dots/.config/git/config

18 lines
308 B
Plaintext

[user]
email = vitorg@tilde.team
name = Vitor Gonçalves
signingKey = 65DA8300A1A5E18AE6EB0DEBB90BF113DF56EB41
[init]
defaultBranch = master
[core]
sshCommand = ssh -i ~/.ssh/id_psspsps
editor = nvim
pager = bat
[commit]
gpgsign = true
[push]
autoSetupRemote = true
[pull]
rebase = false