I'm not so good with git. I just installed the existing directory for github (done git add .). but on github web I can see that some of my directories and subdirectories are not listed there. If I run git commit -am "message"on my local machine, I get
nothing to commit (working directory clean)
I'm afraid!! What to do
- EDIT - (retelling of the story)
The catalog was not empty. Initially, there were 100 files, directories in other directories. First I did git add. and then git commit -am "message", and then I clicked on git push origin master, and now I see not all my directories on github.com. So I ran git commit -am "message" on my local machine. and then I got the result mentioned in my Question
source
share