dot-files/.gitconfig
2024-05-15 21:38:54 -04:00

25 lines
393 B
INI

[color]
ui = true
[merge]
tool = nvim
[mergetool "nvim"]
cmd = nvim -f -c \"DiffviewOpen\"
[mergetool]
prompt = true
[init]
defaultBranch = main
[user]
signingkey = 9678EEC070B135AC5CD98ABD0AE37F9649850573
name = adbagio
email = h759bkyo4@mozmail.com
[core]
editor = codium --wait
[pull]
rebase = true
[push]
autoSetupRemote = true
[format]
signoff = true
[commit]
gpgsign = true