aboutsummaryrefslogtreecommitdiff
path: root/git/gitconfig
blob: cdc23951d773ed6e16e3c31e8852d6166110de6d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[git]
	credentialhelper = store
[credential]
	helper = store
[user]
	email = info@maxbossing.de
	name = Max Bossing
	signingkey = E2E95E80A0C1217E
[init]
  defaultBranch = master
[core]
  eol = lf
  autocrlf = false
  editor = nvim
[checkout]
  defaultRemote = origin