Git: file “changed but not updated”

后端 未结 3 1046
小蘑菇
小蘑菇 2021-02-02 09:15

What does \"Changed but not updated mean\"? These files are in git, they\'ve been modified but when I run \"git status,\" these changes appear under \"Changed but not updated\"

3条回答
  •  日久生厌
    2021-02-02 09:33

    Every time you modify a file, you have to add it using git add to be able to commit it, even if you did add it at the beginning.

提交回复
热议问题