[core]
	repositoryformatversion = 0
	filemode = true
	bare = false
	logallrefupdates = true
	ignorecase = true
	precomposeunicode = true
[remote "origin"]
	url = git@github.com:andrewjmead/node3-weather-website.git
	fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
	remote = origin
	merge = refs/heads/master
[remote "heroku"]
	url = https://git.heroku.com/mead-weather-application.git
	fetch = +refs/heads/*:refs/remotes/heroku/*
