[core]
	repositoryformatversion = 0
	filemode = true
	bare = false
	logallrefupdates = true
[remote "origin"]
	url = ssh://git@hkarel.noip.me:2022/AisExpert
	fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
	remote = origin
	merge = refs/heads/master
	rebase = true
[submodule "qbs"]
	active = true
	url = https://github.com/hkarel/QbsExt.git
[submodule "src/shared/shared"]
	active = true
	url = https://github.com/hkarel/SharedTools.git
[submodule "src/yaml"]
	active = true
	url = https://github.com/hkarel/yaml-cpp.git
[submodule "src/rapidjson"]
	url = https://github.com/hkarel/rapidjson.git
	active = true
[submodule "src/commands"]
	url = ssh://git@hkarel.dynru.org:2022/AisExpertCommands
	active = true
[submodule "src/3rdparty/xgboost"]
	url = https://github.com/dmlc/xgboost.git
	active = true
[branch "build"]
	remote = origin
	merge = refs/heads/build
	rebase = true
[submodule "database"]
	active = true
	url = ssh://git@hkarel.noip.me:2022/AisExpertDb
[branch "dev/ot_per"]
	remote = origin
	merge = refs/heads/dev/ot_per
	rebase = true
