[core]
	repositoryformatversion = 0
	filemode = true
	bare = false
	logallrefupdates = true
	ignorecase = true
	precomposeunicode = true
[remote "origin"]
	url = git@github.com:nickboston/muZAK.git
	fetch = +refs/heads/*:refs/remotes/origin/*
[remote "heroku"]
	url = https://git.heroku.com/muzak-synchrony.git
	fetch = +refs/heads/*:refs/remotes/heroku/*
