私はgit commit -m "message"
このようにしました:
> git commit -m "save arezzo files"
# 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)
#
# modified: arezzo.txt
# modified: arezzo.jsp
#
no changes added to commit (use "git add" and/or "git commit -a")
しかし、その後、git status
同じように変更されたファイルが表示されます。
> 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)
#
# modified: arezzo.txt
# modified: arezzo.jsp
#
no changes added to commit (use "git add" and/or "git commit -a")
何が悪いのですか?
git commit -am "save arezzo files"
すべての変更を自動的に追加するために使用します(.gitignoreを記述)。あなただけの特定のファイル/ディレクトリを追加することができます:git add file.src