1

I have a project that uses several libraries, is it possible to add those libraries (that i've imported with NuGet) to the Git repository, and if so is it a good idea to do such thing?

Sorry if the question is off-topic or not relevant, but I'm kinda newbie on git and version control

a.ras2002
  • 385
  • 2
  • 7
  • 21
  • 3
    You don't have to because every time you build the solution with missing libraries, nuget automatically downloads them for you. It also helps to keep you repository less in size in Git. – Oluwafemi Jan 30 '17 at 07:33
  • Thanks! didn't know that... when I clone the branch on a different computer, all of the libraries appears as missing, that's why I asked... didn't realised that I have to re-build the solution – a.ras2002 Jan 30 '17 at 07:35

0 Answers0