Tag: line endings
-
How to remove files with “No Content Changes Found” in Git Desktop
There are 3 possible ways git can find a file changed (even if you didn’t change it) Line Endings have changed File permissions have changed Bonus: if modification time has changed for first case try these settings in bash shell. One of these will fix it for you For second case, here is the flag…