[core]
	repositoryformatversion = 0
	filemode = true
	bare = false
	logallrefupdates = true
	ignorecase = true
	precomposeunicode = true
[remote "origin"]
	url = /Users/byron/dev/github.com/Byron/gitoxide/gix/tests/fixtures/generated-do-not-edit/make_remote_config_repos/2452501630-unix/fetch
	fetch = +refs/heads/*:refs/remotes/origin/*
[branch "broken"]
	remote = origin
	merge = refs/heads/broken
[remote "other"]
	url = ../fetch
	fetch = +refs/heads/*:refs/remotes/other/*
[remote "with/two/slashes"]
	url = ../fetch
	fetch = +refs/heads/*:refs/remotes/with/two/slashes/*
[remote "with/two"]
	url = ../fetch
	fetch = +refs/heads/*:refs/remotes/with/two/*
[branch "main"]
	remote = origin
	merge = refs/heads/main
[branch "other-main"]
	remote = other
	merge = refs/heads/main
