So it appears this seems to happen when I'm about to get a merge conflict, so before I do anything I wanted to ask.
I'm working in my own branch, so idk why there would be a merge conflict, and not even sure if that has anything to do with my problem.
I made a bunch of changes, and when I go into cmd, I type git status
and nothing appears, even though in my github desktop application I indeed see the changes I made.
I could obviously just work out of the desktop application, but this is incredibly annoying and I have no idea why it's happening.
So as shown in my screenshot. My github desktop application shows the appropriate changes, where the cmd shows nothing when i type git status
. I've tried some things that I found in other posts like this, as you can see from screenshot (git status -v
and git diff
) but nothing seemed to really work.
What am I doing wrong? And how can I fix?
EDIT
Someone thought that perhaps I don't have git installed correctly, so I just wanted to clarify something. Git is installed fine. I didn't really mention this in my question, so I think it's fair that someone thought that. But I can usually do git status
and it works fine, it's just happens seemingly randomly (perhaps I'm doing something to trigger it? No idea) that git status
shows nothing in cmd but shows fine in github application.