[core]
	repositoryformatversion = 0
	filemode = true
	bare = false
	logallrefupdates = true
[remote "origin"]
	url = https://mthanson5:glpat-yf403aOuZcyX7R4JkrwHwm86MQp1OjJxbAk.01.0z0g9v2du@git.doit.wisc.edu/cdis/cs/courses/cs400/202601/students/mthanson5/P213.Integration.git
	fetch = +refs/heads/*:refs/remotes/origin/*
[branch "main"]
	remote = origin
	merge = refs/heads/main
	vscode-merge-base = origin/main
[pull]
	rebase = false
[remote "backend-remote"]
	url = https://mthanson5:glpat-yf403aOuZcyX7R4JkrwHwm86MQp1OjJxbAk.01.0z0g9v2du@git.doit.wisc.edu/cdis/cs/courses/cs400/202601/students/MTHANSON5/P209.RoleCode.git
	fetch = +refs/heads/*:refs/remotes/backend-remote/*
[branch "backend"]
	remote = backend-remote
	merge = refs/heads/main
	vscode-merge-base = origin/main
[remote "frontend-remote"]
	url = https://mthanson5:glpat-yf403aOuZcyX7R4JkrwHwm86MQp1OjJxbAk.01.0z0g9v2du@git.doit.wisc.edu/cdis/cs/courses/cs400/202601/students/APASUMARTHI/P209.RoleCode.git
	fetch = +refs/heads/*:refs/remotes/frontend-remote/*
[branch "frontend"]
	remote = frontend-remote
	merge = refs/heads/main
[remote "graph-remote"]
	url = https://mthanson5:glpat-yf403aOuZcyX7R4JkrwHwm86MQp1OjJxbAk.01.0z0g9v2du@git.doit.wisc.edu/cdis/cs/courses/cs400/202601/students/MTHANSON5/P210.ShortestPath.git
	fetch = +refs/heads/*:refs/remotes/graph-remote/*
[branch "graph"]
	remote = graph-remote
	merge = refs/heads/main
[remote "hashtable-remote"]
	url = https://mthanson5:glpat-yf403aOuZcyX7R4JkrwHwm86MQp1OjJxbAk.01.0z0g9v2du@git.doit.wisc.edu/cdis/cs/courses/cs400/202601/students/MTHANSON5/P212.Hashtable.git
	fetch = +refs/heads/*:refs/remotes/hashtable-remote/*
[branch "hashtable"]
	remote = hashtable-remote
	merge = refs/heads/main
[push]
	default = upstream
