A question about Git. In my own work, I usually create a common library that sits in it's own project. I import that project into various other solutions.
With Git, how would one have that common library in its own repository and be available to other projects (repositories) that are being used in Visual Studio?
The issue there is that those are separate repositories.
It it possible to work with a solution with multiple repo's?
Thank you.