[core]
	repositoryformatversion = 0
	filemode = true
	bare = false
	logallrefupdates = true
[remote "origin"]
	url = git@github.com:gyarab/parksys.git
	fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
	remote = origin
	merge = refs/heads/master
[branch "gyarab"]
	remote = origin
	merge = refs/heads/gyarab
[submodule "backend"]
	active = true
	url = https://github.com/gyarab/parksys-backend
[submodule "express-openalpr-server"]
	active = true
	url = https://github.com/gyarab/parksys-openalpr-server
[submodule "frontend"]
	active = true
	url = https://github.com/gyarab/parksys-frontend
[submodule "openalpr"]
	active = true
	url = https://github.com/openalpr/openalpr
[submodule "scanner"]
	active = true
	url = https://github.com/gyarab/parksys-scanner
