Visual Studio: Git Team Explorer does not show any changes

前端 未结 9 1526
野趣味
野趣味 2021-02-05 05:44

When I first add a project to source control(GIT) it will show all of the files and everything will be peachy. I can continue to work for about 30mins-1hr and all of the change

9条回答
  •  不知归路
    2021-02-05 06:10

    My Visual Studio "Source Control - Git" log kept complaining about a locked file from my SQL project. A .jfm file. Added it to .gitignore and then stuff worked.

    So check your Git log when your solution shows no changes no matter what you change.

提交回复
热议问题