TortoiseGit modified sign (icon overlay) is not updating

前端 未结 15 2151
我在风中等你
我在风中等你 2021-01-30 08:29

I have made a small change in some code but TortoiseGit shows it as modified (red exclamation sign) although I have committed, pulled, pushed, but it stays. What should I do her

15条回答
  •  温柔的废话
    2021-01-30 08:47

    When the icons are not updating you can quickly kill the icon overlay cache using the following "Run" command:

    taskkill /f /im tgitcache.exe
    

    The cache process should restart itself automatically. You can even turn this into a desktop shortcut if you notice it happening frequently.

提交回复
热议问题