[core]
	repositoryformatversion = 0
	filemode = true
	bare = false
	logallrefupdates = true
[advice]
	detachedhead = false
	detachedhead = false
[remote "origin"]
	url = https://github.com/aws/aws-sdk-cpp.git
	fetch = +refs/heads/*:refs/remotes/origin/*
[branch "main"]
	remote = origin
	merge = refs/heads/main
[submodule "aws-common-runtime/aws-crt-cpp"]
	active = true
	url = https://github.com/awslabs/aws-crt-cpp.git
