[core]
	repositoryformatversion = 0
	filemode = false
	bare = false
	logallrefupdates = true
	symlinks = false
	ignorecase = true
[submodule]
	active = .
[remote "origin"]
	url = http://localhost:8174/remoteRep.git
	fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
	remote = origin
	merge = refs/heads/master
[submodule "docs/submodule1"]
	url = http://localhost:8174/remoteRep_submodule1.git
[submodule "docs/submodule2"]
	url = http://localhost:8174/remoteRep_submodule2.git
