[core]
	repositoryformatversion = 0
	filemode = true
	bare = false
	logallrefupdates = true
	ignorecase = true
	precomposeunicode = true
[remote "origin"]
	url = https://gitlab.com/isacikgoz/test-data.git
	fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
	remote = origin
	merge = refs/heads/master
[submodule "basic-repo"]
	active = true
	url = https://gitlab.com/isacikgoz/basic-repo.git
[submodule "dirty-repo"]
	active = true
	url = https://gitlab.com/isacikgoz/dirty-repo.git
[submodule "non-repo/basic-repo"]
	active = true
	url = https://gitlab.com/isacikgoz/basic-repo.git
