为什么在执行git checkout my-branch时文件会出现

时间:2018-08-01 11:47:58

标签: git

我想知道为什么这些文件在执行git checkout my-branch之后出现。

$ git checkout develop
D       sites/all/libraries/google-api-php-client/src/Google/Auth/Abstract.php
D       sites/all/libraries/google-api-php-client/src/Google/Auth/AppIdentity.php
D       sites/all/libraries/google-api-php-client/src/Google/Auth/AssertionCredentials.php
D       sites/all/libraries/google-api-php-client/src/Google/Auth/ComputeEngine.php
D       sites/all/libraries/google-api-php-client/src/Google/Auth/Exception.php
D       sites/all/libraries/google-api-php-client/src/Google/Auth/LoginTicket.php
D       sites/all/libraries/google-api-php-client/src/Google/Auth/OAuth2.php
D       sites/all/libraries/google-api-php-client/src/Google/Auth/Simple.php
Already on 'develop'

1 个答案:

答案 0 :(得分:1)

这意味着您已删除了一些文件,但未提交这些更改。