dot-files/.gitconfig

25 lines
393 B
INI
Raw Normal View History

2024-04-25 02:09:41 +00:00
[color]
ui = true
[merge]
tool = nvim
[mergetool "nvim"]
cmd = nvim -f -c \"DiffviewOpen\"
[mergetool]
prompt = true
[init]
defaultBranch = main
2024-05-16 01:38:54 +00:00
[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