Hi @rhhutchins4292,
SQL Server Data Tools (SSDT) is a set of development tools in Visual Studio with focus on building SQL Server databases and Azure SQL databases. SSDT can be extended to Analysis Services (AS) data models, Integration Services (IS) packages, and Reporting Services (RS) reports with their corresponding extensions. SSDT allows you to design and deploy SQL objects with the same project concept as other application development tools.
Install SQL Server Data Tools (SSDT) for Visual Studio
Of course, you can use SSDT together with VS code and git but not must, a tutorial below you can check.
SQL Server Data Tools in Visual Studio with GIT Source Control
Are there other articles or resources I should investigate to incorporate SQL Server use into my use of VS Code and Git
You can google some article you need, here will be several blogs.
Regards,
Zoe Hui
If the answer is helpful, please click "Accept Answer" and upvote it.