TortoiseGit modified sign (icon overlay) is not updating

前端 未结 15 2145
我在风中等你
我在风中等你 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:59

    Please check your path to see if it matches in case.

    Some/Dir/SomeFile.ext
    

    is the same to windows as

    some/DIR/someFILE.EXT
    

    But to Git they are in different locations. This is remedied by navigating back from the top with the proper casing.

提交回复
热议问题