34 lines
619 B
INI
34 lines
619 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
|
|
algorithm = histogram
|
|
[commit]
|
|
verbose = true
|
|
[merge]
|
|
conflictstyle = diff3
|
|
[branch]
|
|
sort = -committerdate
|