...同时呈现了两个状态:被修改但未被暂存的文件(changed but not updated),已暂存可以被提交的文件(changes to be committed)。如果我们这时提交的话,就是只会提交第一次“git add"所以暂存的文件内容。
基于10个网页-相关网页
...anges not staged for commit):已提交版本后,却又再次修改,这些档案会被丢回工作目录(WD) 等待提交(Changes to be committed):在工作目录(WD)的档案执行git add后,会放在暂存区(Stage)。这些放在暂存区的档案状态便是等待提交啰!
基于4个网页-相关网页
Important: You must click OK in order for the changes to be committed.
重要提示:为了提交修改,您必须单击ok。
Notice the headings on the two sections: Changes to be committed and Changes not staged for commit.
注意在两章节标题:要提交的更改和变化不是为了承诺。
When you have committed changes to the branch, the changes will be copied from your local workbench to the branch.
当您已经将变化提交到分部时,变化将会从您的本地工作台被拷贝到分部中。
应用推荐