I have a file that shows up in git status
's "Changed but not updated"
list as (modified content, untracked content)
, and whose status doesn't change when I do git add
on it.
I was wondering if there is a command that will give me more diagnostic information. The -v
option didn't to anything.