在进行 Git 结帐时,以 D 开头的消息是什么意思?
What does a message starting with D mean when doing a Git checkout?
当我签出我当前正在处理的分支时(切换回 master
片刻后),我收到此消息。
C:\wamp\www\budgeteer\v4>git checkout various
D static/src/app/project/collaborators/collaborators.html
D static/src/app/project/collaborators/collaborators.js
Switched to branch 'various'
谁能解释一下这是什么意思?我在 Git 文档中找不到类似的内容。
D
表示文件被删除,其他情况可能是-添加A
,修改M
当我签出我当前正在处理的分支时(切换回 master
片刻后),我收到此消息。
C:\wamp\www\budgeteer\v4>git checkout various
D static/src/app/project/collaborators/collaborators.html
D static/src/app/project/collaborators/collaborators.js
Switched to branch 'various'
谁能解释一下这是什么意思?我在 Git 文档中找不到类似的内容。
D
表示文件被删除,其他情况可能是-添加A
,修改M