Git Weekly 5 - invisible man
A colleague encountered a problem on git
that piqued my curiosity. He had a file that was already tracked in git
. When he modified it in his IDE, it didn’t list it in the modified files to add to the next commit. And even when editing it in a simple code editor and checking the state of the local repository with the command line, git
didn’t see the changes.