Reputation: 3139
I am pushing my project to github,but the java files are not there. However,I can see the res folder and its files...The proceedure I followed was.
VCS-->Enable Version Control->Git.
And then
VCS-->Import into version control-->Share project on Github.
Any ideas? I am new to github.
To have a better idea of my problem please check this link. You will notice what files are missing
Thanks.
Upvotes: 1
Views: 6514
Reputation: 687
Check if you added the files missing to be handled by Git. (Select them, right click Git -> Add OR VCS -> Git -> Add)
Upvotes: 4