aboutsummaryrefslogtreecommitdiff
path: root/.gitconfig
blob: c6e923f04e2d06bad71f68b4fc0e786a2054d8ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[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"
	stat = status -sb
	last = log -1 --stat
	unstage = reset HEAD --
	cached = diff --cached
[color]
	ui = auto