Several times a day, I run git status
and I get output that looks like this.
There is really a file named tatus
in the working directory. It seems to contain a diff or something like that. If I had to guess, the name comes from the command that I run, git status
, and somehow git s
gets dropped and the rest, tatus
, becomes the filename for a diff.
What could be causing this?