im trying to push and commit my code to github repository but its just pushing the directories and files, not code. why is that?
I am having a similar issue. Trying to upload a file to git pages, and getting nothing. Cannot find my file. Maybe a problem on gits end?
Did you figure this out yet? Maybe try:
git add * #the asterisk adds all files in the directory
git commit -m "commit message goes here"
#etc
If not, check here:
This is a separate issue from the OP.
It’s likely user error. GitHub status is fine:
Did you check here?