config/git/.gitconfig

28 lines
505 B
INI

[user]
name = Nicole Tietz-Sokolskaya
email = me@ntietz.com
[push]
default = simple
autoSetupRemote = true
[core]
excludesfile = /home/nicole/.gitignore_global
editor = nvim
[alias]
praise = blame
[pull]
rebase = false
ff = only
[init]
defaultBranch = main
[sendemail]
smtpserver = smtp.fastmail.com
smtpuser = me@ntietz.com
smtpencryption = tls
smtpserverport = 587
[credential]
helper = store
[color]
ui = true
[diff]
wsErrorHighlight = all