[core]
	repositoryformatversion = 0
	filemode = false
	bare = false
	logallrefupdates = true
	symlinks = false
	ignorecase = true
[remote "origin"]
	url = https://github.com/adnanbabul/Practical-Task.git
	fetch = +refs/heads/*:refs/remotes/origin/*
[remote "heroku"]
	url = https://git.heroku.com/practicaltaskadnan.git
	fetch = +refs/heads/*:refs/remotes/heroku/*
