config/git/.gitconfig

28 lines
507 B
INI
Raw Normal View History

2020-05-02 22:48:06 +00:00
[user]
2023-05-06 19:42:03 +00:00
name = Nicole Tietz-Sokolskaya
email = me@ntietz.com
2020-05-02 22:48:06 +00:00
[push]
default = simple
autoSetupRemote = true
2020-05-02 22:48:06 +00:00
[core]
excludesfile = /home/nicholas/.gitignore_global
editor = nvim
2020-05-02 22:48:06 +00:00
[alias]
praise = blame
2020-08-03 17:07:22 +00:00
[pull]
rebase = false
ff = only
2022-08-07 20:49:00 +00:00
[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