[core]
	repositoryformatversion = 0
	bare = false
	filemode = true

[remote "origin"]
	url = https://github.com/example/minimal.git
	fetch = +refs/heads/*:refs/remotes/origin/*

[remote "upstream"]
	url = https://github.com/example/upstream.git
	fetch = +refs/heads/*:refs/remotes/upstream/*

[branch "main"]
	remote = origin
	merge = refs/heads/main
