I have a SSIS project containing around 50 packages. I want to do versioning with Git. I'm wondering if Git will do the job per package or per project? Thanks
Asked
Active
Viewed 80 times
1

David Browne - Microsoft
- 80,331
- 6
- 39
- 67

Amine Kaabar
- 65
- 1
- 8
-
3Neither, Source Control software keeps a history of the files. – Thom A Feb 14 '21 at 16:29
-
5Git does versioning per all files in the repository. Git does not know about packages or projects. – mkrieger1 Feb 14 '21 at 16:35