I have a codebase containing close to a thousand files. I'm working in a local branch with uncommitted changes. At one point earlier today, I added an error_log
statement to one file that returned a very useful piece of info. I thought I was done with it so removed the log, returning the file to its "unchanged" state as far as git is concerned. I need to put that log back in, but can't for the life of me remember which file or function it was part of.
Is there any git command that can show me a list of files that have had changes made to them, even if the changes have been removed?