aboutsummaryrefslogtreecommitdiffstats
path: root/gitconfig
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2022-12-15 13:35:18 +0000
committerMatthew Lemon <y@yulqen.org>2022-12-15 13:35:18 +0000
commitc7e04c1b97cb0cdc100ae3b6d14dc452ac7e252b (patch)
tree1812ca6a5c2116b4577f717aa622f1133e4b46c5 /gitconfig
parentaa83181a2b18b07895072342af873f0ac640728d (diff)
git set email and added ignore defaults
Diffstat (limited to '')
-rw-r--r--gitconfig8
1 files changed, 7 insertions, 1 deletions
diff --git a/gitconfig b/gitconfig
index b053862..db32f2f 100644
--- a/gitconfig
+++ b/gitconfig
@@ -1,10 +1,16 @@
[user]
- email = matt@matthewlemon.com
+ email = y@yulqen.org
name = Matthew Lemon
[core]
excludesfile = /home/lemon/.gitignore_global
quotepath = false
editor = /usr/bin/vim
+[sendemail]
+ smtpserver = smtp.fastmail.com
+ smtpuser = mrlemon@mailforce.net
+ smtpencryption = tls
+ smtpserverport = 587
+ smtppass = h7asshvrasq43pqx
[alias]
co = checkout
ci = commit