aboutsummaryrefslogtreecommitdiffstats
path: root/.gitconfig
blob: ed2a9c485e13ebbec9828a2af8ad220a01d9b88a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[user]
	name = Benjamin Linskey
	email = git@linskey.org
	signingkey = C9A9ED317AD46231BD84461AF4FD683963935C82
[push]
	default = simple
[commit]
	verbose = true
[core]
	excludesfile = ~/.gitignore_global
[merge]
	tool = vimdiff
[tag]
	sort = version:refname
	gpgSign = true
[color]
	ui = true
[init]
	defaultBranch = main
[pull]
	rebase = false