visual studio 2013 - Added project to VS2013 Solution but it won't get tracked in Git -


i have repo multiple projects, tracked git. working in branch , need add client library separate project solution (in branch). however, can't new project tracked in git. did:

  • in branch, cloned library via ssh
  • git add [foldername]
  • built library , closed vs
  • opened solution , added existing project
  • built
  • added ref new library
  • made change code in library
  • git status

i nothing commit except sln file. doing wrong?

you can setup new directory directly in github via browser or github windows, fresh pull of github folders vs2013. should resolve issue. i've done before on vs2013 , eclipse ide , worked me.


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -