我使用以下命令:
git add *
git commit -am 'updating'
我在下面遇到:
# 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: webkomiks (modified content)
#
no changes added to commit (use "git add" and/or "git commit -a")
我应该怎么做?
我继续说:
git push myrep master
我只看到了 github 中的文件夹,而不是文件夹中的文件。
谢谢