I have a solution with several projects. I made the necessary changes and now I need to upload to git (bitbucket). By Visual Studio 2017 is not going, I think my machine is bugged. So I'm wanting to do this from the command line. I have this folder structure:
C: \ Project \ Sales
The above path I added in git this way:
C: \ Project \ Sales > git init
Well, inside the Sales folder I have my solution SaleSite and the appropriate folders and projects. I made several changes. Now I need to upload all this to the Repository. Reading, I understood that the add command is for a file, so I would have to upload it one by one, or did I get it wrong? Now I ask: How do I get the whole project up?
master and the branch I created called * ChangeValueSales . I checked out this branch like this:C: \ Project \ Sale> git checkout AlteraValorSales
What command do I give to upload the entire project? Doing so I could not
C: \ Project \ Sales > git add.
and then git commit , did not go up.