summaryrefslogtreecommitdiff
path: root/gitconfig
blob: a4af96ec80f0c6b24296cf975d916b0f6d4cea61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[user]
	name = Adrian C. (anrxc)
	email = anrxc@sysphere.org
	signingkey = D20A0618
[color]
	ui = auto
[alias]
	br = branch
	ci = commit
	co = checkout
	cp = cherry-pick
	df = diff
	fp = format-patch
	lg = log -p
	st = status