[core]
	repositoryformatversion = 0
	filemode = true
	bare = false
	logallrefupdates = true
[remote "origin"]
	url = git@ssh.dev.azure.com:v3/tmna-trina/TRINA/strem
	fetch = +refs/heads/*:refs/remotes/origin/*
[branch "main"]
	remote = origin
	merge = refs/heads/main
[branch "feat/quantification"]
	remote = origin
	merge = refs/heads/feat/quantification
[branch "feat/llm/reasoning"]
	remote = origin
	merge = refs/heads/feat/llm/reasoning
