Hi,
I'm using the provided git support for Visual Studio 2013. Whenever I add a new class to my project it doesn't show in the changes section in Team Explorer. Neither is it added under version control during commit. The project file shows the correct changes however and that is committed correctly. But since the actual added file will not be committed I end up having a broken project in version control.
Right now I'm forced to use Git Bash or some other similar tool to add the new files under version control. Do you have any suggestions how to resolve this?