[core]
	repositoryformatversion = 0
	filemode = true
	bare = false
	logallrefupdates = true
[remote "origin"]
	url = https://gitlab.com/init-diversity/s6-66/66-service-alsa
	fetch = +refs/heads/*:refs/remotes/origin/*
	fetch = +refs/tags/*:refs/tags/origin/*
[remote "obarun"]
	url = https://git.obarun.org/66-service/arch/alsa
	fetch = +refs/heads/*:refs/remotes/obarun/*
	fetch = +refs/tags/*:refs/tags/obarun/*
[remote "salsa"]
	url = https://salsa.debian.org/init-diversity-team/s6-66/66-service-alsa
	fetch = +refs/heads/*:refs/remotes/origin/*
	fetch = +refs/tags/*:refs/tags/origin/*
[branch "master"]
	remote = obarun
	merge = refs/heads/master
	merge = refs/tags/master
[branch "debian"]
	remote = origin
	merge = refs/heads/debian
	merge = refs/tags/debian
[branch "overlay"]
	remote = origin
	merge = refs/heads/overlay
	merge = refs/tags/overlay

### To restore upstream remotes when cloning locally use following commands: 
# cat debian/.gitremotes > .git/config
### To sync tags from upstream use following sequence of commands: 
# git fetch --all --tags
# git pull
# git push origin --tags
