TortoiseGit modified sign (icon overlay) is not up

2020-05-12 06:05发布

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 here? I have not seen this issue before.

14条回答
走好不送
2楼-- · 2020-05-12 07:10

Apart from what @Andy mentioned, you can make the overlays work faster by limiting the folders that it has to monitor.

Right click-> TortoiseGit -> Settings -> Icon Overlays

Here enter include and exclude paths. I usually explicitly point to the my repos / working copies:

enter image description here

查看更多
Animai°情兽
3楼-- · 2020-05-12 07:12

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.

查看更多
登录 后发表回答