summaryrefslogtreecommitdiff
path: root/modules/40-git/gitconfig
blob: 18743add1242f097964a8abcf11d5aabceb9ebbe (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
[user]
        name = Galen Guyer
        email = galen@galenguyer.com
        signingkey = 7E54503B0CC743654BEB7187185693577B356767
[gpg]
	program = gpg
[commit]
	gpgsign = true
[pull]
	rebase = true
[alias]
	lg = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(bold yellow)%d%C(reset)' --all
[push]
	autoSetupRemote = true
[blame]
	ignoreRevsFile = .git-blame-ignore-revs
[filter "lfs"]
	process = git-lfs filter-process
	required = true
	clean = git-lfs clean -- %f
	smudge = git-lfs smudge -- %f
[lfs]
	url = "https://lfs.galenguyer.com"