I\'ve created git repository, added code and pushed it to GitHub.
Then locally, I\'ve edited the file Eila.Analyser/Program.cs, that was added to GitHu
PROBELM (In my case)
Performing a git checkout -b had no effect and my folder and files in that branch were still not visible locally, though they are on our gitlab server.
SOLUTION
Copied the SHA hash of last commit in that branch, then locally:
git checkout -b
Now I see the expected sub-directories and files.