aboutsummaryrefslogtreecommitdiffstats
path: root/.gitconfig
blob: 249ba3320a8324afec5f97ae189eafc468a6d2d2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[user]
	email = me@cameronkatri.com
	name = Cameron Katri
	signingkey = 7D3B36CEA40FCC2181FB6DCDBAFFD97826540F1C
[commit]
	gpgsign = true
[filter "lfs"]
	smudge = git-lfs smudge -- %f
	process = git-lfs filter-process
	required = true
	clean = git-lfs clean -- %f
[color]
	diff = auto
	status = auto
	branch = auto
	interactive = auto
	ui = true
	pager = true
	diffFilter = diff-highlight
[interactive]
	diffFilter = diff-highlight
[init]
	defaultBranch = main
[credential]
	helper = store
[alias]
	tree = log --graph --all --date=rfc --pretty=format:'%C(auto)%h%d %Cgreen%an <%ae>%n%CresetAuthor Date: %Cred%ar %Cblue(%ad) %n%CresetCommit Date: %Cred%cr %Cblue(%cd) %n%n%Creset%s%n'