[core]
	repositoryformatversion = 0
	filemode = true
	bare = false
	logallrefupdates = true
[remote "origin"]
	url = https://gitlab.com/init-diversity/s6-66/oblibs
	fetch = +refs/heads/*:refs/remotes/origin/*
	fetch = +refs/tags/*:refs/tags/origin/*
[remote "obarun"]
	url = https://git.obarun.org/obarun/oblibs
	fetch = +refs/heads/*:refs/remotes/obarun/*
	fetch = +refs/tags/*:refs/tags/obarun/*
[branch "master"]
	remote = obarun
	merge = refs/heads/master
	merge = refs/tags/master
[branch "debian"]
	remote = origin
	merge = refs/heads/debian
	merge = refs/tags/debian
###
# git fetch --all --tags
# git pull 
# git push origin --tags
