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.
相关问题
- Why does recursive submodule update from github fa
- Extended message for commit via Visual Studio Code
- Emacs shell: save commit message
- Can I organize Git submodules in a flat hierarchy?
- Upload file > 25 MB on Github
相关文章
- 请教Git如何克隆本地库?
- GitHub:Enterprise post-receive hook
- Git Clone Fails: Server Certificate Verification F
- SSIS solution on GIT?
- Is there a version control system abstraction for
- ssh: Could not resolve hostname git: Name or servi
- Cannot commit changes with gitextensions
- git: retry if http request failed
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:
When the icons are not updating you can quickly kill the icon overlay cache using the following "Run" command:
The cache process should restart itself automatically. You can even turn this into a desktop shortcut if you notice it happening frequently.