[core]
	repositoryformatversion = 0
	filemode = true
	bare = false
	logallrefupdates = true
[remote "origin"]
	url = https://github.com/akira-baruah/nes-pacs
	fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
	remote = origin
	merge = refs/heads/master
[branch "testing"]
	remote = origin
	merge = refs/heads/testing
[branch "alu"]
	remote = origin
	merge = refs/heads/alu
[branch "cleanup"]
	remote = origin
	merge = refs/heads/cleanup
[branch "quartus-test"]
	remote = origin
	merge = refs/heads/quartus-test
[branch "final_countdown"]
	remote = origin
	merge = refs/heads/final_countdown
