我有一个非常基本的 github 设置,其中包含一个自述文件、一个目录和另一个目录,其中包含一个 html 文件。在 github 上,我只能查看自述文件和第一个文件夹,但看不到它的内容,我收到了这条消息
tc349 ryntc3$ git add *
tc349 ryntc3$ git status
On branch master
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git checkout -- <file>..." to discard changes in working directory)
(commit or discard the untracked or modified content in submodules)
modified: week1 (modified content)
no changes added to commit (use "git add" and/or "git commit -a")
我觉得如果我要添加所有要上演的内容,那应该不是问题。有什么帮助吗?