Get the latest tech news
Getting Your DBA Teams Scripts into Git
In this article, you will learn how a team can start to better manage the scripts they use for their daily work.
If these are on each person's machines, I'd start copying all the scripts into one folder, deciding how you handle conflicts. Once I do that, the easiest thing to do is take the code on the screen from GitHub (or other service) and run it in your Git Bash CLi. Now, let's assume that you want every DBA to work under the SQL Server Management Studio folder on their machine.
Or read this on Hacker News