[core]
	repositoryformatversion = 0
	filemode = true
	bare = false
	logallrefupdates = true
	ignorecase = true
	precomposeunicode = true
[remote "heroku"]
	url = https://git.heroku.com/em-app-basic.git
	fetch = +refs/heads/*:refs/remotes/heroku/*
[branch "master"]
	remote = heroku
	merge = refs/heads/master
