を追加しない追加し、私は正しく動作は、Gitはファイル
git add <insert file names here>
を入力しました。しかし、私がしようとすると
git commit -a
私のgitリポジトリは、空であると私に伝えます。出力される内容は次のとおりです。
# On branch master
# Untracked files:
# (use "git add <file>..." to include in what will be committed)
#
<insert name of files here>
nothing added to commit but untracked files present (use "git add" to track)
誰でも解決策をご存知ですか?ありがとう。
既に追跡されたファイルである可能性があります。 – meawoppl