我想知道为什么这些文件在执行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'
答案 0 :(得分:1)
这意味着您已删除了一些文件,但未提交这些更改。