[core]
	repositoryformatversion = 0
	filemode = false
	bare = true
	logallrefupdates = false
	symlinks = true
	ignorecase = true
	precomposeunicode = false
[remote "origin"]
	url = https://example.com/origin.git
	fetch = +refs/heads/*:refs/remotes/origin/*
[remote "second"]
	url = https://example.com/second.git
	fetch = +refs/heads/*:refs/remotes/second/*
