[core]
	repositoryformatversion = 0
	filemode = true
	bare = false
	logallrefupdates = true
	ignorecase = true
	precomposeunicode = true
[remote "gh-origin"]
	url = git@github.com:unh-hpc/openggcm.git
	fetch = +refs/heads/*:refs/remotes/gh-origin/*
[branch "testing"]
	remote = gh-origin
	merge = refs/heads/testing
