summaryrefslogtreecommitdiffstats
path: root/gitconfig
blob: 58f051f117da2f215de2149d8eed1bc3aecb87b2 (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 -nw
[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