How to use git as source control provider for SQL Server Management Studio

Viewed 75851

Can we use GIT as the source control for sql management studio?

10 Answers

VersionSQL is an SSMS source control add-in I've designed to be lightweight and easy to use. In the Object Explorer panel, just right-click on a database or object and click Commit. VersionSQL will script it out to Git/SVN in a neatly organized folder structure.

Check it out at https://www.versionsql.com

Related