[core]
	repositoryformatversion = 0
	filemode = true
	bare = false
	logallrefupdates = true
	ignorecase = true
	precomposeunicode = false
[remote "origin"]
	fetch = +refs/heads/*:refs/remotes/origin/*
	url = https://github.com/klin01/PLT.git
[branch "master"]
	remote = origin
	merge = refs/heads/master
[branch "HuaBranch"]
	remote = origin
	merge = refs/heads/HuaBranch
[branch "parser-tests"]
	remote = origin
	merge = refs/heads/parser-tests
[branch "StartFromMicroC"]
	remote = origin
	merge = refs/heads/StartFromMicroC
[branch "CompileTest"]
	remote = origin
	merge = refs/heads/CompileTest
[branch "TestGraphics"]
	remote = origin
	merge = refs/heads/TestGraphics
