summaryrefslogtreecommitdiffstats
path: root/gitconfig
blob: 72225ce81eb7edd5486ac737eef53cdfa3fa6774 (plain)
1
2
3
4
5
6
7
8
9
10
11
[user]
	name = Tom Willemsen
	email = tom.willemsen@archlinux.us
[core]
	editor = emacs
[color]
	ui = auto
[alias]
	st = status -s
	unadd = reset HEAD
	lschanged = diff --name-only