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