I created a git repository, added the code, and clicked it on GitHub.
Then, locally, I edited the Eila.Analyser/Program.cs file, which was added to GitHub in the first commit, saved, and git status says there are no changes.
Well, I think something must have messed up, git reset --hard HEAD , and as I understand it, this should return everything, but my file will not return.
So, I think I'm doing something wrong. I am editing a file in the root folder, git status - shows that there are changes, it works as a suspect, so it works with files in the root folder, but not in subfolders.
Did I miss something obvious here?
UPDATE: proof that the file I'm editing was really perfect ( git log --stat ):

If this helps, the tree image:

UPDATE2: Well, it seemed to me that I really messed up something, so I deleted the folder where my solution was, cloned gitHub again, and my local code is still different from the existing one in gitHub and git status sees no change, git log origin/master..HEAD gives nothing.