I committed all of my files and my commit list in TortoiseGit is empty but some of my folders are red.
Has anyone ever encountered this problem?
Storing the changes you made to your working tree is known as committing the changes.
Left click -> Customize -> Menu tab and hit Reset/Restore.
TortoiseGit is a Windows Shell Interface to Git and based on TortoiseSVN. It's open source and can fully be build with freely available software. Since it's not an integration for a specific IDE like Visual Studio, Eclipse or others, you can use it with whatever development tools you like, and with any type of file.
It is possible that some files changed their name only in case.
Normal git status
operations don't show this (, but git itself is case sensitive even if core.ignorecase=true on Windows).
This behavior of TortoiseGit changed in 2.5.0, see https://tortoisegit.org/docs/releasenotes/#Release_2.5.0.0:
Since TortoiseGit 2.5.0 the icon overlays are case sensitive. if you really want to change this default, you can disable the advanced setting "OverlaysCaseSensitive". This is, however, not the default and not recommended as some git tools such as "git log" are case sensitive on paths and might show an incomplete history.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With