git: init config
This commit is contained in:
parent
e382f41522
commit
8eddbd0658
3 changed files with 15 additions and 0 deletions
11
.gitconfig
Normal file
11
.gitconfig
Normal file
|
@ -0,0 +1,11 @@
|
|||
[user]
|
||||
email = jtbx@disroot.org
|
||||
name = Jeremy Baxter
|
||||
[core]
|
||||
excludesFile = ~/.gitignore
|
||||
[sendemail]
|
||||
smtpserver = disroot.org
|
||||
smtpuser = jtbx
|
||||
smtpencryption = ssl
|
||||
smtpserverport = 465
|
||||
annotate = yes
|
Loading…
Add table
Add a link
Reference in a new issue