次のコマンドを使用します。
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 内のフォルダーのみを見ました。
ありがとう