summaryrefslogtreecommitdiff
path: root/src/gitconfig
blob: 569f666a8137bd4b03fb58508e0862d871f2cbc5 (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 = *