[core]
	repositoryformatversion = 0
	filemode = true
	bare = false
	logallrefupdates = true
[submodule]
	active = .
[remote "origin"]
	url = https://github.com/ilf-S/FreeCAD
	fetch = +refs/heads/*:refs/remotes/origin/*
[branch "main"]
	remote = origin
	merge = refs/heads/main
[submodule "src/3rdParty/GSL"]
	url = https://github.com/microsoft/GSL
[submodule "src/3rdParty/OndselSolver"]
	url = https://github.com/FreeCAD/OndselSolver.git
[submodule "src/Mod/AddonManager"]
	url = https://github.com/FreeCAD/AddonManager.git
[submodule "tests/lib"]
	url = https://github.com/google/googletest
