나는 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"
모든 변경 사항을 자동으로 추가하는 데 사용 합니다 (wrt .gitignore). 특정 파일 / 디렉토리 만 추가 할 수 있습니다.git add file.src