summaryrefslogtreecommitdiff
path: root/src/gitconfig
blob: 895003401071170bc1ba003b08856e4c34d94f70 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
[init]
	defaultBranch = main
[user]
	email = ci@$TLD
	name = "Git CI"
[advice]
	detachedHead = false
[receive]
	advertisePushOptions = true
[uploadpack]
	allowAnySHA1InWant = true
[safe]
	directory = /srv/git/*