[core]
	repositoryformatversion = 0
	filemode = true
	bare = false
	logallrefupdates = true
	ignorecase = true
	precomposeunicode = false
[remote "origin"]
	url = https://github.com/joshaber/Test_App.git
	fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
	remote = origin
	merge = refs/heads/master
[branch "sup"]
	remote = origin
	merge = refs/heads/sup
[branch "what"]
	remote = origin
	merge = refs/heads/what
[branch "BranchA"]
	remote = origin
	merge = refs/heads/BranchA
[submodule "libextobjc"]
	url = https://github.com/jspahrsummers/libextobjc.git
[submodule "xcconfigs"]
	url = https://github.com/jspahrsummers/xcconfigs-wrong-url.git
[remote "github"]
	url = https://github.com/github/Test_App.git
	fetch = +refs/heads/*:refs/remotes/github/*
