2

In Visual Studio 2019 is it possible to take a solution with multiple projects and upload it into a single Github repo without having to move one of the project's directory?

Is there a dependency setting somewhere in my "startup" project that will include my other project (.dll) and push all of it to a repo?

Thank you

rmnrdi
  • 65
  • 8

1 Answers1

0

This sounds like you need a git submodules. Refer to this solution and perhaps this YouTube video.

Brian
  • 315
  • 5
  • 10