[core]
	repositoryformatversion = 0
	filemode = true
	bare = false
	logallrefupdates = true
	ignorecase = true
	
[remote "origin"]
	fetch = +refs/heads/*:refs/remotes/origin/*
	url = git@git.labs.intellij.net:idea/community
[remote "github"]
	fetch = +refs/heads/*:refs/remotes/github/*
	url = https://github.com/JetBrains/intellij-community.git
	
[branch "master"]
	remote = origin
	merge = refs/heads/master
[branch "github_feature"]
	remote = github
	rebase = refs/heads/feature
