Visual Studio: Git Team Explorer does not show any changes

前端 未结 9 1527
野趣味
野趣味 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:22

    In my scenario, I was working on my local project and simultaneously I have cloned the project in different directory. When I was trying to clone in my current working project, it was somehow connecting to other folder. I opened git bash for my current project and could see, branch is not associated. When I opened cloned project, i could see the branch associated. So in VS, I opened the cloned repo and added my project, I was able to see my changes in Team Explorer, Changes

提交回复
热议问题