[core]
	repositoryformatversion = 0
	filemode = false
	bare = false
	logallrefupdates = true
	symlinks = false
	ignorecase = true
[remote "origin"]
	url = https://github.com/AmirrezaSharifi-8/lifestyle.git
	fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
	remote = origin
	merge = refs/heads/master
[branch "refactor/ai-service-prism"]
	remote = origin
	merge = refs/heads/refactor/ai-service-prism
[branch "feature/outfits-api-endpoints"]
	remote = origin
	merge = refs/heads/feature/outfits-api-endpoints
