summaryrefslogtreecommitdiffstats
path: root/gitconfig
blob: a4d998eecc2e00d1ed7f29435e3e9130c43ccaa1 (plain)
1
2
3
4
5
6
7
8
9
10
11
[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