[core]
	repositoryformatversion = 0
	filemode = false
	bare = false
	logallrefupdates = true
	symlinks = false
	ignorecase = true
	hideDotFiles = dotGitOnly
[remote "baidu"]
	url = E:/BaiduYun/LocalGit/arduino_protothreads.git
	fetch = +refs/heads/*:refs/remotes/baidu/*
[baidu]
	url = E:/BaiduYun/LocalGit/arduino_protothreads.git
[branch "master"]
	remote = baidu
	merge = refs/heads/master
[remote "github"]
	url = https://github.com/Slooth/ProtoThreadForArduino.git
	fetch = +refs/heads/*:refs/remotes/github/*
	tagopt = --tags
