私はgitを介してディレクトリにあるすべてのものを追加しようとしています。ただし、特定の 1 つのディレクトリについては、フォルダーは読み込まれますが、コンテンツは読み込まれません。使ってみた
git add -A
しかし返された
# 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: sendgrid-php (untracked content)
#
no changes added to commit (use "git add" and/or "git commit -a")
私の変更をコミットしようとすると。ここで何が問題になる可能性がありますか?