[core]
	repositoryformatversion = 0
	filemode = true
	bare = false
	logallrefupdates = true
	ignorecase = true
	precomposeunicode = true
[remote "origin"]
	url = https://github.com/jiasir/playback.git
	fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
	remote = origin
	merge = refs/heads/master
[remote "yintai-github"]
	url = https://github.com/yintai/playback.git
	fetch = +refs/heads/*:refs/remotes/yintai-github/*
[remote "yintai-gitlab"]
	url = git@gitlab.yintai.org:devops/playback.git
	fetch = +refs/heads/*:refs/remotes/yintai-gitlab/*
[branch "kilo"]
	remote = origin
	merge = refs/heads/kilo
