[core]
	repositoryformatversion = 0
	filemode = true
	bare = false
	logallrefupdates = true
	ignorecase = true
[remote "origin"]
	url = https://github.com/JetBrains/intellij-community.git
	fetch = +refs/heads/master:refs/remotes/origin/master
        fetch = +refs/heads/qa/*:refs/remotes/origin/qa/*
        push = refs/heads/master:refs/heads/qa/master
        push = refs/heads/qa:refs/remotes/origin/qa
[remote "jps"]
	url = git://github.com/JetBrains/JPS.git
	fetch = +refs/heads/*:refs/remotes/jps/*
        push = refs/heads/master:refs/remotes/jps/master
        push = refs/heads/qa:refs/remotes/jps/qa
[branch "master"]
	remote = origin
	merge = refs/heads/master
