[core]
	repositoryformatversion = 0
	filemode = true
	bare = false
	logallrefupdates = true
[remote "origin"]
	url = https://github.com/opensuse/catatonit
	fetch = +refs/heads/*:refs/remotes/origin/*
[branch "main"]
	remote = origin
	merge = refs/heads/main
[remote "rhcontainerbot"]
	url = gitlab:rhcontainerbot/catatonit.git
	fetch = +refs/heads/*:refs/remotes/rhcontainerbot/*
[branch "debian-testing"]
	remote = rhcontainerbot
	merge = refs/heads/debian-testing
