[core]
	repositoryformatversion = 0
	filemode = true
	bare = false
	logallrefupdates = true
	ignorecase = true
	precomposeunicode = true
[submodule]
	active = .
[remote "origin"]
	url = https://github.com/sybila/biodivine-pbn-control
	fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
	remote = origin
	merge = refs/heads/master
	vscode-merge-base = origin/master
[branch "release/phenotype_control"]
	remote = origin
	merge = refs/heads/release/phenotype_control
	vscode-merge-base = origin/release/phenotype_control
[branch "feature/clean-up"]
	vscode-merge-base = origin/release/phenotype_control
	remote = origin
	merge = refs/heads/feature/clean-up
