git commit -m "" modiffed Why does this error occur?
黄舟
黄舟 2017-05-02 09:32:09
0
1
564

黄舟
黄舟

人生最曼妙的风景,竟是内心的淡定与从容!

reply all(1)
phpcn_u1582

Changes not staged for commit” below this line, it means that the content of the tracked file has changed, but it has not been placed in the staging area. To stage this update, you need to run the git add command (this is a multi-function command, according to Depending on the status of the target file, the effect of this command is also different: you can use it to start tracking new files, or put tracked files into the temporary storage area, and it can also be used to mark conflicting files as resolved when merging, etc. ). git add puts the content into the staging area, and then look at the output of git status:

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template