2020-05-02 22:48:06 +00:00
|
|
|
[user]
|
2023-05-06 19:42:03 +00:00
|
|
|
name = Nicole Tietz-Sokolskaya
|
2022-11-02 11:21:38 +00:00
|
|
|
email = me@ntietz.com
|
2020-05-02 22:48:06 +00:00
|
|
|
[push]
|
2022-11-02 11:21:38 +00:00
|
|
|
default = simple
|
|
|
|
autoSetupRemote = true
|
2020-05-02 22:48:06 +00:00
|
|
|
[core]
|
2023-07-16 01:47:35 +00:00
|
|
|
excludesfile = /home/nicole/.gitignore_global
|
2022-11-02 11:21:38 +00:00
|
|
|
editor = nvim
|
2020-05-02 22:48:06 +00:00
|
|
|
[alias]
|
2022-11-02 11:21:38 +00:00
|
|
|
praise = blame
|
2020-08-03 17:07:22 +00:00
|
|
|
[pull]
|
2022-11-02 11:21:38 +00:00
|
|
|
rebase = false
|
|
|
|
ff = only
|
2022-08-07 20:49:00 +00:00
|
|
|
[init]
|
2022-11-02 11:21:38 +00:00
|
|
|
defaultBranch = main
|
2022-10-24 15:56:34 +00:00
|
|
|
[sendemail]
|
2022-11-02 11:21:38 +00:00
|
|
|
smtpserver = smtp.fastmail.com
|
|
|
|
smtpuser = me@ntietz.com
|
|
|
|
smtpencryption = tls
|
|
|
|
smtpserverport = 587
|
2022-10-24 15:56:34 +00:00
|
|
|
[credential]
|
|
|
|
helper = store
|
2023-04-09 22:22:19 +00:00
|
|
|
[color]
|
|
|
|
ui = true
|
|
|
|
[diff]
|
|
|
|
wsErrorHighlight = all
|
2024-02-27 16:44:03 +00:00
|
|
|
algorithm = histogram
|
2023-09-11 01:42:08 +00:00
|
|
|
[commit]
|
|
|
|
verbose = true
|
2024-02-27 16:44:03 +00:00
|
|
|
[merge]
|
|
|
|
conflictstyle = diff3
|
|
|
|
[branch]
|
|
|
|
sort = -committerdate
|