简体   繁体   中英

Why files appear when doing git checkout my-branch

I would like to know why these files appear after doing 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'

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM