aboutsummaryrefslogtreecommitdiff
path: root/.gitconfig
blob: 2d863d1ee440f1f26db5626838756672ed67e4b4 (plain)
1
2
3
4
5
6
7
8
9
[user]
	name = xero
	email = x@xero.nu
[credential]
	helper = cache
[alias]
	graph = log --graph --color --pretty=format:"%C(yellow)%H%C(green)%d%C(reset)%n%x20%cd%n%x20%cn%x20(%ce)%n%x20%s%n"
[color]
	ui = auto