Visual Studio TFS Git not seeing any changes

后端 未结 11 848
后悔当初
后悔当初 2020-12-23 13:13

I\'m not getting something about Visual Studio\'s Git for TFS.

I cloned a colleague\'s solution in Git on TFS and started adding code. I then realised that I needed

11条回答
  •  臣服心动
    2020-12-23 14:02

    Then i was trying to make changes but files doesn't get effected...There is a easy solution for this. The major problem is one of your git ignore files ignoring your files..

    Open your local repo for instance D://repos, then look file you want

    --> D://repos/project1/HomeViewModel.cs

    --> Right click on it and click on Git Extentions

    --> Choose +Add Files

    --> then Force option

    --> Click on Addfiles..Here you go you file will be added in changes

提交回复
热议问题