config/git/.gitconfig

24 lines
457 B
INI
Raw Normal View History

2020-05-02 22:48:06 +00:00
[user]
name = Nicholas Tietz-Sokolsky
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