I created a repository in Github and was trying to upload some Python code there. One of the sub-folder is uploaded empty which I don't reason out. I created new repository with different name and still facing the same issue. Later, I remove the origin
using git remote rm origin
and dont see any effect for that. Here is the picture for the upload,
The folder name with some code is ML Examples
and it uploaded as empty. I was tried to change the name to ML
earlier and deleted later on. However, it still shows in the upload.
What's the issue here and how to solve it ?