How to add a new visual studio solution to an existing visual studio solution Git repository

  • Thread starter Thread starter syedripon
  • Start date Start date
S

syedripon

Guest
Hi Everyone: I have a solution (A) in visual studio with 3 projects under this solution and the whole solution is in Git repository.

Now, I just created a small Windows form solution (B) with single project. How can I add this new solution(B) to the existing solution(A) so that at the end I can push the exisitng git repository(A) along with the new solution as part of it. I tried this way: Added solution folder of B to the solution folder of A. Now what? I can open up Team explorer in A or B. How can I achieve this in VS or in Git? Please advice an easy way.Thanks

Continue reading...
 
Back
Top