'Commit new Project in Solution to existing Repo

I have an existing repo that includes several projects that I have been committing to. I created a new project inside my VS 2019 solution and committed all my new files to my new branch called A. After working on a different branch, & then checking out my branch A, I don't see my project inside my VS but it does exist on the local disk.

By just committing the new files inside my new project, does the project get included in the branch or do I have to do something else to include the project? My new project inside VS shows 'Pending Add'.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source