summaryrefslogtreecommitdiffstats
path: root/gitconfig
blob: 9de00a6489ea632fb2d6dae604d83e9da625db0d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[user]
	name = Tom Willemsen
	email = ryuslash@gmail.com
[core]
	editor = emacs
[color]
	ui = auto
[alias]
	st = status -s
	unadd = reset HEAD
	lschanged = diff --name-only
[sendemail]
	smtpencryption = lts
	smtpserver = smtp.gmail.com
	smtpuser = ryuslash@gmail.com
	smtpserverport = 587