在.gitignore文件中填写你需要忽略的文件或目录
如果在此文件中填写前已经git status 文件,则需要先删除,
文件夹是
git rm -r --cached thinkphp/
文件是
git rm --cached public/.htaccess
以下为个人例子
Administrator@XPC-WANMEI MINGW64 /d/phpStudy/PHPTutorial/WWW/aimisheng (master)
$ git status
On branch master
Your branch is up to date with 'origin/master'.
Changes to be committed:
(use "git reset HEAD ..." to unstage)
deleted: application/index/view/public/home_layout_header.html
Changes not staged for commit:
(use "git add ..." to update what will be committed)
(use "git checkout -- ..." to discard changes in working directory)
modified: .gitignore
modified: application/index/controller/BaseController.php
modified: application/index/controller/DemandController.php
modified: application/index/controller/SellercertifyController.php
modified: application/index/view/Demand/demand_detail.html
modified: application/index/view/Demand/demand_lobby.html
modified: application/index/view/Demand/demand_release.html
modified: application/index/view/home_layout.html
modified: application/index/view/public/demand_layout.html
modified: application/model/Projects.php
modified: public/.htaccess
modified: public/static/desk/demand/css/common.css
modified: public/static/desk/demand/css/release_style.css
modified: thinkphp/.gitignore
modified: thinkphp/.travis.yml
modified: thinkphp/CONTRIBUTING.md
modified: thinkphp/LICENSE.txt
modified: thinkphp/README.md
modified: thinkphp/base.php
modified: thinkphp/codecov.yml
modified: thinkphp/composer.json
modified: thinkphp/console.php
modified: thinkphp/convention.php
modified: thinkphp/helper.php
modified: thinkphp/lang/zh-cn.php
modified: thinkphp/library/think/App.php
modified: thinkphp/library/think/Build.php
modified: thinkphp/library/think/Cache.php
modified: thinkphp/library/think/Collection.php
modified: thinkphp/library/think/Config.php
modified: thinkphp/library/think/Console.php
modified: thinkphp/library/think/Controller.php
modified: thinkphp/library/think/Cookie.php
modified: thinkphp/library/think/Db.php
modified: thinkphp/library/think/Debug.php
modified: thinkphp/library/think/Env.php
modified: thinkphp/library/think/Error.php
modified: thinkphp/library/think/Exception.php
modified: thinkphp/library/think/File.php
modified: thinkphp/library/think/Hook.php
modified: thinkphp/library/think/Lang.php
modified: thinkphp/library/think/Loader.php
modified: thinkphp/library/think/Log.php
modified: thinkphp/library/think/Model.php
modified: thinkphp/library/think/Paginator.php
modified: thinkphp/library/think/Process.php
modified: thinkphp/library/think/Request.php
modified: thinkphp/library/think/Response.php
modified: thinkphp/library/think/Route.php
modified: thinkphp/library/think/Session.php
modified: thinkphp/library/think/Template.php
modified: thinkphp/library/think/Url.php
modified: thinkphp/library/think/Validate.php
modified: thinkphp/library/think/View.php
modified: thinkphp/library/think/cache/Driver.php
modified: thinkphp/library/think/cache/driver/File.php
modified: thinkphp/library/think/cache/driver/Lite.php
modified: thinkphp/library/think/cache/driver/Memcache.php
modified: thinkphp/library/think/cache/driver/Memcached.php
modified: thinkphp/library/think/cache/driver/Redis.php
modified: thinkphp/library/think/cache/driver/Sqlite.php
modified: thinkphp/library/think/cache/driver/Wincache.php
modified: thinkphp/library/think/cache/driver/Xcache.php
modified: thinkphp/library/think/config/driver/Ini.php
modified: thinkphp/library/think/config/driver/Json.php
modified: thinkphp/library/think/config/driver/Xml.php
modified: thinkphp/library/think/console/Command.php
modified: thinkphp/library/think/console/Input.php
modified: thinkphp/library/think/console/LICENSE
modified: thinkphp/library/think/console/Output.php
modified: thinkphp/library/think/console/bin/README.md
modified: thinkphp/library/think/console/command/Build.php
modified: thinkphp/library/think/console/command/Clear.php
modified: thinkphp/library/think/console/command/Help.php
modified: thinkphp/library/think/console/command/Lists.php
modified: thinkphp/library/think/console/command/Make.php
modified: thinkphp/library/think/console/command/make/Controller.php
modified: thinkphp/library/think/console/command/make/Model.php
modified: thinkphp/library/think/console/command/make/stubs/controller.plain.stub
modified: thinkphp/library/think/console/command/make/stubs/controller.stub
modified: thinkphp/library/think/console/command/make/stubs/model.stub
modified: thinkphp/library/think/console/command/optimize/Autoload.php
modified: thinkphp/library/think/console/command/optimize/Config.php
modified: thinkphp/library/think/console/command/optimize/Route.php
modified: thinkphp/library/think/console/command/optimize/Schema.php
modified: thinkphp/library/think/console/input/Argument.php
modified: thinkphp/library/think/console/input/Definition.php
modified: thinkphp/library/think/console/input/Option.php
modified: thinkphp/library/think/console/output/Ask.php
modified: thinkphp/library/think/console/output/Descriptor.php
modified: thinkphp/library/think/console/output/Formatter.php
modified: thinkphp/library/think/console/output/Question.php
modified: thinkphp/library/think/console/output/descriptor/Console.php
modified: thinkphp/library/think/console/output/driver/Buffer.php
modified: thinkphp/library/think/console/output/driver/Console.php
modified: thinkphp/library/think/console/output/driver/Nothing.php
modified: thinkphp/library/think/console/output/formatter/Stack.php
modified: thinkphp/library/think/console/output/formatter/Style.php
modified: thinkphp/library/think/console/output/question/Choice.php
modified: thinkphp/library/think/console/output/question/Confirmation.php
modified: thinkphp/library/think/controller/Rest.php
modified: thinkphp/library/think/controller/Yar.php
modified: thinkphp/library/think/db/Builder.php
modified: thinkphp/library/think/db/Connection.php
modified: thinkphp/library/think/db/Expression.php
modified: thinkphp/library/think/db/Query.php
modified: thinkphp/library/think/db/builder/Mysql.php
modified: thinkphp/library/think/db/builder/Pgsql.php
modified: thinkphp/library/think/db/builder/Sqlite.php
modified: thinkphp/library/think/db/builder/Sqlsrv.php
modified: thinkphp/library/think/db/connector/Mysql.php
modified: thinkphp/library/think/db/connector/Pgsql.php
modified: thinkphp/library/think/db/connector/Sqlite.php
modified: thinkphp/library/think/db/connector/Sqlsrv.php
modified: thinkphp/library/think/db/connector/pgsql.sql
modified: thinkphp/library/think/db/exception/BindParamException.php
modified: thinkphp/library/think/db/exception/DataNotFoundException.php
modified: thinkphp/library/think/db/exception/ModelNotFoundException.php
modified: thinkphp/library/think/debug/Console.php
modified: thinkphp/library/think/debug/Html.php
modified: thinkphp/library/think/exception/ClassNotFoundException.php
modified: thinkphp/library/think/exception/DbException.php
modified: thinkphp/library/think/exception/ErrorException.php
modified: thinkphp/library/think/exception/Handle.php
modified: thinkphp/library/think/exception/HttpException.php
modified: thinkphp/library/think/exception/HttpResponseException.php
modified: thinkphp/library/think/exception/PDOException.php
modified: thinkphp/library/think/exception/RouteNotFoundException.php
modified: thinkphp/library/think/exception/TemplateNotFoundException.php
modified: thinkphp/library/think/exception/ThrowableError.php
modified: thinkphp/library/think/exception/ValidateException.php
modified: thinkphp/library/think/log/driver/File.php
modified: thinkphp/library/think/log/driver/Socket.php
modified: thinkphp/library/think/log/driver/Test.php
modified: thinkphp/library/think/model/Collection.php
modified: thinkphp/library/think/model/Merge.php
modified: thinkphp/library/think/model/Pivot.php
modified: thinkphp/library/think/model/Relation.php
modified: thinkphp/library/think/model/relation/BelongsTo.php
modified: thinkphp/library/think/model/relation/BelongsToMany.php
modified: thinkphp/library/think/model/relation/HasMany.php
modified: thinkphp/library/think/model/relation/HasManyThrough.php
modified: thinkphp/library/think/model/relation/HasOne.php
modified: thinkphp/library/think/model/relation/MorphMany.php
modified: thinkphp/library/think/model/relation/MorphOne.php
modified: thinkphp/library/think/model/relation/MorphTo.php
modified: thinkphp/library/think/model/relation/OneToOne.php
modified: thinkphp/library/think/paginator/driver/Bootstrap.php
modified: thinkphp/library/think/process/Builder.php
modified: thinkphp/library/think/process/Utils.php
modified: thinkphp/library/think/process/exception/Failed.php
modified: thinkphp/library/think/process/exception/Timeout.php
modified: thinkphp/library/think/process/pipes/Pipes.php
modified: thinkphp/library/think/process/pipes/Unix.php
modified: thinkphp/library/think/process/pipes/Windows.php
modified: thinkphp/library/think/response/Json.php
modified: thinkphp/library/think/response/Jsonp.php
modified: thinkphp/library/think/response/Redirect.php
modified: thinkphp/library/think/response/View.php
modified: thinkphp/library/think/response/Xml.php
modified: thinkphp/library/think/session/driver/Memcache.php
modified: thinkphp/library/think/session/driver/Memcached.php
modified: thinkphp/library/think/session/driver/Redis.php
modified: thinkphp/library/think/template/TagLib.php
modified: thinkphp/library/think/template/driver/File.php
modified: thinkphp/library/think/template/taglib/Cx.php
modified: thinkphp/library/think/view/driver/Php.php
modified: thinkphp/library/think/view/driver/Think.php
modified: thinkphp/library/traits/controller/Jump.php
modified: thinkphp/library/traits/model/SoftDelete.php
modified: thinkphp/library/traits/think/Instance.php
modified: thinkphp/phpunit.xml
modified: thinkphp/start.php
modified: thinkphp/tpl/default_index.tpl
modified: thinkphp/tpl/dispatch_jump.tpl
modified: thinkphp/tpl/page_trace.tpl
modified: thinkphp/tpl/think_exception.tpl
Administrator@XPC-WANMEI MINGW64 /d/phpStudy/PHPTutorial/WWW/aimisheng (master)
$ git rm --cached think
think thinkphp/
Administrator@XPC-WANMEI MINGW64 /d/phpStudy/PHPTutorial/WWW/aimisheng (master)
$ git rm --cached think
think thinkphp/
Administrator@XPC-WANMEI MINGW64 /d/phpStudy/PHPTutorial/WWW/aimisheng (master)
$ git rm --cached thinkphp/
fatal: not removing 'thinkphp/' recursively without -r
Administrator@XPC-WANMEI MINGW64 /d/phpStudy/PHPTutorial/WWW/aimisheng (master)
$ git rm -r --cached thinkphp/
rm 'thinkphp/.gitignore'
rm 'thinkphp/.htaccess'
rm 'thinkphp/.travis.yml'
rm 'thinkphp/CONTRIBUTING.md'
rm 'thinkphp/LICENSE.txt'
rm 'thinkphp/README.md'
rm 'thinkphp/base.php'
rm 'thinkphp/codecov.yml'
rm 'thinkphp/composer.json'
rm 'thinkphp/console.php'
rm 'thinkphp/convention.php'
rm 'thinkphp/helper.php'
rm 'thinkphp/lang/zh-cn.php'
rm 'thinkphp/library/think/App.php'
rm 'thinkphp/library/think/Build.php'
rm 'thinkphp/library/think/Cache.php'
rm 'thinkphp/library/think/Collection.php'
rm 'thinkphp/library/think/Config.php'
rm 'thinkphp/library/think/Console.php'
rm 'thinkphp/library/think/Controller.php'
rm 'thinkphp/library/think/Cookie.php'
rm 'thinkphp/library/think/Db.php'
rm 'thinkphp/library/think/Debug.php'
rm 'thinkphp/library/think/Env.php'
rm 'thinkphp/library/think/Error.php'
rm 'thinkphp/library/think/Exception.php'
rm 'thinkphp/library/think/File.php'
rm 'thinkphp/library/think/Hook.php'
rm 'thinkphp/library/think/Lang.php'
rm 'thinkphp/library/think/Loader.php'
rm 'thinkphp/library/think/Log.php'
rm 'thinkphp/library/think/Model.php'
rm 'thinkphp/library/think/Paginator.php'
rm 'thinkphp/library/think/Process.php'
rm 'thinkphp/library/think/Request.php'
rm 'thinkphp/library/think/Response.php'
rm 'thinkphp/library/think/Route.php'
rm 'thinkphp/library/think/Session.php'
rm 'thinkphp/library/think/Template.php'
rm 'thinkphp/library/think/Url.php'
rm 'thinkphp/library/think/Validate.php'
rm 'thinkphp/library/think/View.php'
rm 'thinkphp/library/think/cache/Driver.php'
rm 'thinkphp/library/think/cache/driver/File.php'
rm 'thinkphp/library/think/cache/driver/Lite.php'
rm 'thinkphp/library/think/cache/driver/Memcache.php'
rm 'thinkphp/library/think/cache/driver/Memcached.php'
rm 'thinkphp/library/think/cache/driver/Redis.php'
rm 'thinkphp/library/think/cache/driver/Sqlite.php'
rm 'thinkphp/library/think/cache/driver/Wincache.php'
rm 'thinkphp/library/think/cache/driver/Xcache.php'
rm 'thinkphp/library/think/config/driver/Ini.php'
rm 'thinkphp/library/think/config/driver/Json.php'
rm 'thinkphp/library/think/config/driver/Xml.php'
rm 'thinkphp/library/think/console/Command.php'
rm 'thinkphp/library/think/console/Input.php'
rm 'thinkphp/library/think/console/LICENSE'
rm 'thinkphp/library/think/console/Output.php'
rm 'thinkphp/library/think/console/bin/README.md'
rm 'thinkphp/library/think/console/bin/hiddeninput.exe'
rm 'thinkphp/library/think/console/command/Build.php'
rm 'thinkphp/library/think/console/command/Clear.php'
rm 'thinkphp/library/think/console/command/Help.php'
rm 'thinkphp/library/think/console/command/Lists.php'
rm 'thinkphp/library/think/console/command/Make.php'
rm 'thinkphp/library/think/console/command/make/Controller.php'
rm 'thinkphp/library/think/console/command/make/Model.php'
rm 'thinkphp/library/think/console/command/make/stubs/controller.plain.stub'
rm 'thinkphp/library/think/console/command/make/stubs/controller.stub'
rm 'thinkphp/library/think/console/command/make/stubs/model.stub'
rm 'thinkphp/library/think/console/command/optimize/Autoload.php'
rm 'thinkphp/library/think/console/command/optimize/Config.php'
rm 'thinkphp/library/think/console/command/optimize/Route.php'
rm 'thinkphp/library/think/console/command/optimize/Schema.php'
rm 'thinkphp/library/think/console/input/Argument.php'
rm 'thinkphp/library/think/console/input/Definition.php'
rm 'thinkphp/library/think/console/input/Option.php'
rm 'thinkphp/library/think/console/output/Ask.php'
rm 'thinkphp/library/think/console/output/Descriptor.php'
rm 'thinkphp/library/think/console/output/Formatter.php'
rm 'thinkphp/library/think/console/output/Question.php'
rm 'thinkphp/library/think/console/output/descriptor/Console.php'
rm 'thinkphp/library/think/console/output/driver/Buffer.php'
rm 'thinkphp/library/think/console/output/driver/Console.php'
rm 'thinkphp/library/think/console/output/driver/Nothing.php'
rm 'thinkphp/library/think/console/output/formatter/Stack.php'
rm 'thinkphp/library/think/console/output/formatter/Style.php'
rm 'thinkphp/library/think/console/output/question/Choice.php'
rm 'thinkphp/library/think/console/output/question/Confirmation.php'
rm 'thinkphp/library/think/controller/Rest.php'
rm 'thinkphp/library/think/controller/Yar.php'
rm 'thinkphp/library/think/db/Builder.php'
rm 'thinkphp/library/think/db/Connection.php'
rm 'thinkphp/library/think/db/Expression.php'
rm 'thinkphp/library/think/db/Query.php'
rm 'thinkphp/library/think/db/builder/Mysql.php'
rm 'thinkphp/library/think/db/builder/Pgsql.php'
rm 'thinkphp/library/think/db/builder/Sqlite.php'
rm 'thinkphp/library/think/db/builder/Sqlsrv.php'
rm 'thinkphp/library/think/db/connector/Mysql.php'
rm 'thinkphp/library/think/db/connector/Pgsql.php'
rm 'thinkphp/library/think/db/connector/Sqlite.php'
rm 'thinkphp/library/think/db/connector/Sqlsrv.php'
rm 'thinkphp/library/think/db/connector/pgsql.sql'
rm 'thinkphp/library/think/db/exception/BindParamException.php'
rm 'thinkphp/library/think/db/exception/DataNotFoundException.php'
rm 'thinkphp/library/think/db/exception/ModelNotFoundException.php'
rm 'thinkphp/library/think/debug/Console.php'
rm 'thinkphp/library/think/debug/Html.php'
rm 'thinkphp/library/think/exception/ClassNotFoundException.php'
rm 'thinkphp/library/think/exception/DbException.php'
rm 'thinkphp/library/think/exception/ErrorException.php'
rm 'thinkphp/library/think/exception/Handle.php'
rm 'thinkphp/library/think/exception/HttpException.php'
rm 'thinkphp/library/think/exception/HttpResponseException.php'
rm 'thinkphp/library/think/exception/PDOException.php'
rm 'thinkphp/library/think/exception/RouteNotFoundException.php'
rm 'thinkphp/library/think/exception/TemplateNotFoundException.php'
rm 'thinkphp/library/think/exception/ThrowableError.php'
rm 'thinkphp/library/think/exception/ValidateException.php'
rm 'thinkphp/library/think/log/driver/File.php'
rm 'thinkphp/library/think/log/driver/Socket.php'
rm 'thinkphp/library/think/log/driver/Test.php'
rm 'thinkphp/library/think/model/Collection.php'
rm 'thinkphp/library/think/model/Merge.php'
rm 'thinkphp/library/think/model/Pivot.php'
rm 'thinkphp/library/think/model/Relation.php'
rm 'thinkphp/library/think/model/relation/BelongsTo.php'
rm 'thinkphp/library/think/model/relation/BelongsToMany.php'
rm 'thinkphp/library/think/model/relation/HasMany.php'
rm 'thinkphp/library/think/model/relation/HasManyThrough.php'
rm 'thinkphp/library/think/model/relation/HasOne.php'
rm 'thinkphp/library/think/model/relation/MorphMany.php'
rm 'thinkphp/library/think/model/relation/MorphOne.php'
rm 'thinkphp/library/think/model/relation/MorphTo.php'
rm 'thinkphp/library/think/model/relation/OneToOne.php'
rm 'thinkphp/library/think/paginator/driver/Bootstrap.php'
rm 'thinkphp/library/think/process/Builder.php'
rm 'thinkphp/library/think/process/Utils.php'
rm 'thinkphp/library/think/process/exception/Failed.php'
rm 'thinkphp/library/think/process/exception/Timeout.php'
rm 'thinkphp/library/think/process/pipes/Pipes.php'
rm 'thinkphp/library/think/process/pipes/Unix.php'
rm 'thinkphp/library/think/process/pipes/Windows.php'
rm 'thinkphp/library/think/response/Json.php'
rm 'thinkphp/library/think/response/Jsonp.php'
rm 'thinkphp/library/think/response/Redirect.php'
rm 'thinkphp/library/think/response/View.php'
rm 'thinkphp/library/think/response/Xml.php'
rm 'thinkphp/library/think/session/driver/Memcache.php'
rm 'thinkphp/library/think/session/driver/Memcached.php'
rm 'thinkphp/library/think/session/driver/Redis.php'
rm 'thinkphp/library/think/template/TagLib.php'
rm 'thinkphp/library/think/template/driver/File.php'
rm 'thinkphp/library/think/template/taglib/Cx.php'
rm 'thinkphp/library/think/view/driver/Php.php'
rm 'thinkphp/library/think/view/driver/Think.php'
rm 'thinkphp/library/traits/controller/Jump.php'
rm 'thinkphp/library/traits/model/SoftDelete.php'
rm 'thinkphp/library/traits/think/Instance.php'
rm 'thinkphp/logo.png'
rm 'thinkphp/phpunit.xml'
rm 'thinkphp/start.php'
rm 'thinkphp/tpl/default_index.tpl'
rm 'thinkphp/tpl/dispatch_jump.tpl'
rm 'thinkphp/tpl/page_trace.tpl'
rm 'thinkphp/tpl/think_exception.tpl'
Administrator@XPC-WANMEI MINGW64 /d/phpStudy/PHPTutorial/WWW/aimisheng (master)
$ git status
On branch master
Your branch is up to date with 'origin/master'.
Changes to be committed:
(use "git reset HEAD ..." to unstage)
deleted: application/index/view/public/home_layout_header.html
deleted: thinkphp/.gitignore
deleted: thinkphp/.htaccess
deleted: thinkphp/.travis.yml
deleted: thinkphp/CONTRIBUTING.md
deleted: thinkphp/LICENSE.txt
deleted: thinkphp/README.md
deleted: thinkphp/base.php
deleted: thinkphp/codecov.yml
deleted: thinkphp/composer.json
deleted: thinkphp/console.php
deleted: thinkphp/convention.php
deleted: thinkphp/helper.php
deleted: thinkphp/lang/zh-cn.php
deleted: thinkphp/library/think/App.php
deleted: thinkphp/library/think/Build.php
deleted: thinkphp/library/think/Cache.php
deleted: thinkphp/library/think/Collection.php
deleted: thinkphp/library/think/Config.php
deleted: thinkphp/library/think/Console.php
deleted: thinkphp/library/think/Controller.php
deleted: thinkphp/library/think/Cookie.php
deleted: thinkphp/library/think/Db.php
deleted: thinkphp/library/think/Debug.php
deleted: thinkphp/library/think/Env.php
deleted: thinkphp/library/think/Error.php
deleted: thinkphp/library/think/Exception.php
deleted: thinkphp/library/think/File.php
deleted: thinkphp/library/think/Hook.php
deleted: thinkphp/library/think/Lang.php
deleted: thinkphp/library/think/Loader.php
deleted: thinkphp/library/think/Log.php
deleted: thinkphp/library/think/Model.php
deleted: thinkphp/library/think/Paginator.php
deleted: thinkphp/library/think/Process.php
deleted: thinkphp/library/think/Request.php
deleted: thinkphp/library/think/Response.php
deleted: thinkphp/library/think/Route.php
deleted: thinkphp/library/think/Session.php
deleted: thinkphp/library/think/Template.php
deleted: thinkphp/library/think/Url.php
deleted: thinkphp/library/think/Validate.php
deleted: thinkphp/library/think/View.php
deleted: thinkphp/library/think/cache/Driver.php
deleted: thinkphp/library/think/cache/driver/File.php
deleted: thinkphp/library/think/cache/driver/Lite.php
deleted: thinkphp/library/think/cache/driver/Memcache.php
deleted: thinkphp/library/think/cache/driver/Memcached.php
deleted: thinkphp/library/think/cache/driver/Redis.php
deleted: thinkphp/library/think/cache/driver/Sqlite.php
deleted: thinkphp/library/think/cache/driver/Wincache.php
deleted: thinkphp/library/think/cache/driver/Xcache.php
deleted: thinkphp/library/think/config/driver/Ini.php
deleted: thinkphp/library/think/config/driver/Json.php
deleted: thinkphp/library/think/config/driver/Xml.php
deleted: thinkphp/library/think/console/Command.php
deleted: thinkphp/library/think/console/Input.php
deleted: thinkphp/library/think/console/LICENSE
deleted: thinkphp/library/think/console/Output.php
deleted: thinkphp/library/think/console/bin/README.md
deleted: thinkphp/library/think/console/bin/hiddeninput.exe
deleted: thinkphp/library/think/console/command/Build.php
deleted: thinkphp/library/think/console/command/Clear.php
deleted: thinkphp/library/think/console/command/Help.php
deleted: thinkphp/library/think/console/command/Lists.php
deleted: thinkphp/library/think/console/command/Make.php
deleted: thinkphp/library/think/console/command/make/Controller.php
deleted: thinkphp/library/think/console/command/make/Model.php
deleted: thinkphp/library/think/console/command/make/stubs/controller.plain.stub
deleted: thinkphp/library/think/console/command/make/stubs/controller.stub
deleted: thinkphp/library/think/console/command/make/stubs/model.stub
deleted: thinkphp/library/think/console/command/optimize/Autoload.php
deleted: thinkphp/library/think/console/command/optimize/Config.php
deleted: thinkphp/library/think/console/command/optimize/Route.php
deleted: thinkphp/library/think/console/command/optimize/Schema.php
deleted: thinkphp/library/think/console/input/Argument.php
deleted: thinkphp/library/think/console/input/Definition.php
deleted: thinkphp/library/think/console/input/Option.php
deleted: thinkphp/library/think/console/output/Ask.php
deleted: thinkphp/library/think/console/output/Descriptor.php
deleted: thinkphp/library/think/console/output/Formatter.php
deleted: thinkphp/library/think/console/output/Question.php
deleted: thinkphp/library/think/console/output/descriptor/Console.php
deleted: thinkphp/library/think/console/output/driver/Buffer.php
deleted: thinkphp/library/think/console/output/driver/Console.php
deleted: thinkphp/library/think/console/output/driver/Nothing.php
deleted: thinkphp/library/think/console/output/formatter/Stack.php
deleted: thinkphp/library/think/console/output/formatter/Style.php
deleted: thinkphp/library/think/console/output/question/Choice.php
deleted: thinkphp/library/think/console/output/question/Confirmation.php
deleted: thinkphp/library/think/controller/Rest.php
deleted: thinkphp/library/think/controller/Yar.php
deleted: thinkphp/library/think/db/Builder.php
deleted: thinkphp/library/think/db/Connection.php
deleted: thinkphp/library/think/db/Expression.php
deleted: thinkphp/library/think/db/Query.php
deleted: thinkphp/library/think/db/builder/Mysql.php
deleted: thinkphp/library/think/db/builder/Pgsql.php
deleted: thinkphp/library/think/db/builder/Sqlite.php
deleted: thinkphp/library/think/db/builder/Sqlsrv.php
deleted: thinkphp/library/think/db/connector/Mysql.php
deleted: thinkphp/library/think/db/connector/Pgsql.php
deleted: thinkphp/library/think/db/connector/Sqlite.php
deleted: thinkphp/library/think/db/connector/Sqlsrv.php
deleted: thinkphp/library/think/db/connector/pgsql.sql
deleted: thinkphp/library/think/db/exception/BindParamException.php
deleted: thinkphp/library/think/db/exception/DataNotFoundException.php
deleted: thinkphp/library/think/db/exception/ModelNotFoundException.php
deleted: thinkphp/library/think/debug/Console.php
deleted: thinkphp/library/think/debug/Html.php
deleted: thinkphp/library/think/exception/ClassNotFoundException.php
deleted: thinkphp/library/think/exception/DbException.php
deleted: thinkphp/library/think/exception/ErrorException.php
deleted: thinkphp/library/think/exception/Handle.php
deleted: thinkphp/library/think/exception/HttpException.php
deleted: thinkphp/library/think/exception/HttpResponseException.php
deleted: thinkphp/library/think/exception/PDOException.php
deleted: thinkphp/library/think/exception/RouteNotFoundException.php
deleted: thinkphp/library/think/exception/TemplateNotFoundException.php
deleted: thinkphp/library/think/exception/ThrowableError.php
deleted: thinkphp/library/think/exception/ValidateException.php
deleted: thinkphp/library/think/log/driver/File.php
deleted: thinkphp/library/think/log/driver/Socket.php
deleted: thinkphp/library/think/log/driver/Test.php
deleted: thinkphp/library/think/model/Collection.php
deleted: thinkphp/library/think/model/Merge.php
deleted: thinkphp/library/think/model/Pivot.php
deleted: thinkphp/library/think/model/Relation.php
deleted: thinkphp/library/think/model/relation/BelongsTo.php
deleted: thinkphp/library/think/model/relation/BelongsToMany.php
deleted: thinkphp/library/think/model/relation/HasMany.php
deleted: thinkphp/library/think/model/relation/HasManyThrough.php
deleted: thinkphp/library/think/model/relation/HasOne.php
deleted: thinkphp/library/think/model/relation/MorphMany.php
deleted: thinkphp/library/think/model/relation/MorphOne.php
deleted: thinkphp/library/think/model/relation/MorphTo.php
deleted: thinkphp/library/think/model/relation/OneToOne.php
deleted: thinkphp/library/think/paginator/driver/Bootstrap.php
deleted: thinkphp/library/think/process/Builder.php
deleted: thinkphp/library/think/process/Utils.php
deleted: thinkphp/library/think/process/exception/Failed.php
deleted: thinkphp/library/think/process/exception/Timeout.php
deleted: thinkphp/library/think/process/pipes/Pipes.php
deleted: thinkphp/library/think/process/pipes/Unix.php
deleted: thinkphp/library/think/process/pipes/Windows.php
deleted: thinkphp/library/think/response/Json.php
deleted: thinkphp/library/think/response/Jsonp.php
deleted: thinkphp/library/think/response/Redirect.php
deleted: thinkphp/library/think/response/View.php
deleted: thinkphp/library/think/response/Xml.php
deleted: thinkphp/library/think/session/driver/Memcache.php
deleted: thinkphp/library/think/session/driver/Memcached.php
deleted: thinkphp/library/think/session/driver/Redis.php
deleted: thinkphp/library/think/template/TagLib.php
deleted: thinkphp/library/think/template/driver/File.php
deleted: thinkphp/library/think/template/taglib/Cx.php
deleted: thinkphp/library/think/view/driver/Php.php
deleted: thinkphp/library/think/view/driver/Think.php
deleted: thinkphp/library/traits/controller/Jump.php
deleted: thinkphp/library/traits/model/SoftDelete.php
deleted: thinkphp/library/traits/think/Instance.php
deleted: thinkphp/logo.png
deleted: thinkphp/phpunit.xml
deleted: thinkphp/start.php
deleted: thinkphp/tpl/default_index.tpl
deleted: thinkphp/tpl/dispatch_jump.tpl
deleted: thinkphp/tpl/page_trace.tpl
deleted: thinkphp/tpl/think_exception.tpl
Changes not staged for commit:
(use "git add ..." to update what will be committed)
(use "git checkout -- ..." to discard changes in working directory)
modified: .gitignore
modified: application/index/controller/BaseController.php
modified: application/index/controller/DemandController.php
modified: application/index/controller/SellercertifyController.php
modified: application/index/view/Demand/demand_detail.html
modified: application/index/view/Demand/demand_lobby.html
modified: application/index/view/Demand/demand_release.html
modified: application/index/view/home_layout.html
modified: application/index/view/public/demand_layout.html
modified: application/model/Projects.php
modified: public/.htaccess
modified: public/static/desk/demand/css/common.css
modified: public/static/desk/demand/css/release_style.css
Administrator@XPC-WANMEI MINGW64 /d/phpStudy/PHPTutorial/WWW/aimisheng (master)
$ git rm --cached public/.htaccess
rm 'public/.htaccess'
Administrator@XPC-WANMEI MINGW64 /d/phpStudy/PHPTutorial/WWW/aimisheng (master)
$ git status
On branch master
Your branch is up to date with 'origin/master'.
Changes to be committed:
(use "git reset HEAD ..." to unstage)
deleted: application/index/view/public/home_layout_header.html
deleted: public/.htaccess
deleted: thinkphp/.gitignore
deleted: thinkphp/.htaccess
deleted: thinkphp/.travis.yml
deleted: thinkphp/CONTRIBUTING.md
deleted: thinkphp/LICENSE.txt
deleted: thinkphp/README.md
deleted: thinkphp/base.php
deleted: thinkphp/codecov.yml
deleted: thinkphp/composer.json
deleted: thinkphp/console.php
deleted: thinkphp/convention.php
deleted: thinkphp/helper.php
deleted: thinkphp/lang/zh-cn.php
deleted: thinkphp/library/think/App.php
deleted: thinkphp/library/think/Build.php
deleted: thinkphp/library/think/Cache.php
deleted: thinkphp/library/think/Collection.php
deleted: thinkphp/library/think/Config.php
deleted: thinkphp/library/think/Console.php
deleted: thinkphp/library/think/Controller.php
deleted: thinkphp/library/think/Cookie.php
deleted: thinkphp/library/think/Db.php
deleted: thinkphp/library/think/Debug.php
deleted: thinkphp/library/think/Env.php
deleted: thinkphp/library/think/Error.php
deleted: thinkphp/library/think/Exception.php
deleted: thinkphp/library/think/File.php
deleted: thinkphp/library/think/Hook.php
deleted: thinkphp/library/think/Lang.php
deleted: thinkphp/library/think/Loader.php
deleted: thinkphp/library/think/Log.php
deleted: thinkphp/library/think/Model.php
deleted: thinkphp/library/think/Paginator.php
deleted: thinkphp/library/think/Process.php
deleted: thinkphp/library/think/Request.php
deleted: thinkphp/library/think/Response.php
deleted: thinkphp/library/think/Route.php
deleted: thinkphp/library/think/Session.php
deleted: thinkphp/library/think/Template.php
deleted: thinkphp/library/think/Url.php
deleted: thinkphp/library/think/Validate.php
deleted: thinkphp/library/think/View.php
deleted: thinkphp/library/think/cache/Driver.php
deleted: thinkphp/library/think/cache/driver/File.php
deleted: thinkphp/library/think/cache/driver/Lite.php
deleted: thinkphp/library/think/cache/driver/Memcache.php
deleted: thinkphp/library/think/cache/driver/Memcached.php
deleted: thinkphp/library/think/cache/driver/Redis.php
deleted: thinkphp/library/think/cache/driver/Sqlite.php
deleted: thinkphp/library/think/cache/driver/Wincache.php
deleted: thinkphp/library/think/cache/driver/Xcache.php
deleted: thinkphp/library/think/config/driver/Ini.php
deleted: thinkphp/library/think/config/driver/Json.php
deleted: thinkphp/library/think/config/driver/Xml.php
deleted: thinkphp/library/think/console/Command.php
deleted: thinkphp/library/think/console/Input.php
deleted: thinkphp/library/think/console/LICENSE
deleted: thinkphp/library/think/console/Output.php
deleted: thinkphp/library/think/console/bin/README.md
deleted: thinkphp/library/think/console/bin/hiddeninput.exe
deleted: thinkphp/library/think/console/command/Build.php
deleted: thinkphp/library/think/console/command/Clear.php
deleted: thinkphp/library/think/console/command/Help.php
deleted: thinkphp/library/think/console/command/Lists.php
deleted: thinkphp/library/think/console/command/Make.php
deleted: thinkphp/library/think/console/command/make/Controller.php
deleted: thinkphp/library/think/console/command/make/Model.php
deleted: thinkphp/library/think/console/command/make/stubs/controller.plain.stub
deleted: thinkphp/library/think/console/command/make/stubs/controller.stub
deleted: thinkphp/library/think/console/command/make/stubs/model.stub
deleted: thinkphp/library/think/console/command/optimize/Autoload.php
deleted: thinkphp/library/think/console/command/optimize/Config.php
deleted: thinkphp/library/think/console/command/optimize/Route.php
deleted: thinkphp/library/think/console/command/optimize/Schema.php
deleted: thinkphp/library/think/console/input/Argument.php
deleted: thinkphp/library/think/console/input/Definition.php
deleted: thinkphp/library/think/console/input/Option.php
deleted: thinkphp/library/think/console/output/Ask.php
deleted: thinkphp/library/think/console/output/Descriptor.php
deleted: thinkphp/library/think/console/output/Formatter.php
deleted: thinkphp/library/think/console/output/Question.php
deleted: thinkphp/library/think/console/output/descriptor/Console.php
deleted: thinkphp/library/think/console/output/driver/Buffer.php
deleted: thinkphp/library/think/console/output/driver/Console.php
deleted: thinkphp/library/think/console/output/driver/Nothing.php
deleted: thinkphp/library/think/console/output/formatter/Stack.php
deleted: thinkphp/library/think/console/output/formatter/Style.php
deleted: thinkphp/library/think/console/output/question/Choice.php
deleted: thinkphp/library/think/console/output/question/Confirmation.php
deleted: thinkphp/library/think/controller/Rest.php
deleted: thinkphp/library/think/controller/Yar.php
deleted: thinkphp/library/think/db/Builder.php
deleted: thinkphp/library/think/db/Connection.php
deleted: thinkphp/library/think/db/Expression.php
deleted: thinkphp/library/think/db/Query.php
deleted: thinkphp/library/think/db/builder/Mysql.php
deleted: thinkphp/library/think/db/builder/Pgsql.php
deleted: thinkphp/library/think/db/builder/Sqlite.php
deleted: thinkphp/library/think/db/builder/Sqlsrv.php
deleted: thinkphp/library/think/db/connector/Mysql.php
deleted: thinkphp/library/think/db/connector/Pgsql.php
deleted: thinkphp/library/think/db/connector/Sqlite.php
deleted: thinkphp/library/think/db/connector/Sqlsrv.php
deleted: thinkphp/library/think/db/connector/pgsql.sql
deleted: thinkphp/library/think/db/exception/BindParamException.php
deleted: thinkphp/library/think/db/exception/DataNotFoundException.php
deleted: thinkphp/library/think/db/exception/ModelNotFoundException.php
deleted: thinkphp/library/think/debug/Console.php
deleted: thinkphp/library/think/debug/Html.php
deleted: thinkphp/library/think/exception/ClassNotFoundException.php
deleted: thinkphp/library/think/exception/DbException.php
deleted: thinkphp/library/think/exception/ErrorException.php
deleted: thinkphp/library/think/exception/Handle.php
deleted: thinkphp/library/think/exception/HttpException.php
deleted: thinkphp/library/think/exception/HttpResponseException.php
deleted: thinkphp/library/think/exception/PDOException.php
deleted: thinkphp/library/think/exception/RouteNotFoundException.php
deleted: thinkphp/library/think/exception/TemplateNotFoundException.php
deleted: thinkphp/library/think/exception/ThrowableError.php
deleted: thinkphp/library/think/exception/ValidateException.php
deleted: thinkphp/library/think/log/driver/File.php
deleted: thinkphp/library/think/log/driver/Socket.php
deleted: thinkphp/library/think/log/driver/Test.php
deleted: thinkphp/library/think/model/Collection.php
deleted: thinkphp/library/think/model/Merge.php
deleted: thinkphp/library/think/model/Pivot.php
deleted: thinkphp/library/think/model/Relation.php
deleted: thinkphp/library/think/model/relation/BelongsTo.php
deleted: thinkphp/library/think/model/relation/BelongsToMany.php
deleted: thinkphp/library/think/model/relation/HasMany.php
deleted: thinkphp/library/think/model/relation/HasManyThrough.php
deleted: thinkphp/library/think/model/relation/HasOne.php
deleted: thinkphp/library/think/model/relation/MorphMany.php
deleted: thinkphp/library/think/model/relation/MorphOne.php
deleted: thinkphp/library/think/model/relation/MorphTo.php
deleted: thinkphp/library/think/model/relation/OneToOne.php
deleted: thinkphp/library/think/paginator/driver/Bootstrap.php
deleted: thinkphp/library/think/process/Builder.php
deleted: thinkphp/library/think/process/Utils.php
deleted: thinkphp/library/think/process/exception/Failed.php
deleted: thinkphp/library/think/process/exception/Timeout.php
deleted: thinkphp/library/think/process/pipes/Pipes.php
deleted: thinkphp/library/think/process/pipes/Unix.php
deleted: thinkphp/library/think/process/pipes/Windows.php
deleted: thinkphp/library/think/response/Json.php
deleted: thinkphp/library/think/response/Jsonp.php
deleted: thinkphp/library/think/response/Redirect.php
deleted: thinkphp/library/think/response/View.php
deleted: thinkphp/library/think/response/Xml.php
deleted: thinkphp/library/think/session/driver/Memcache.php
deleted: thinkphp/library/think/session/driver/Memcached.php
deleted: thinkphp/library/think/session/driver/Redis.php
deleted: thinkphp/library/think/template/TagLib.php
deleted: thinkphp/library/think/template/driver/File.php
deleted: thinkphp/library/think/template/taglib/Cx.php
deleted: thinkphp/library/think/view/driver/Php.php
deleted: thinkphp/library/think/view/driver/Think.php
deleted: thinkphp/library/traits/controller/Jump.php
deleted: thinkphp/library/traits/model/SoftDelete.php
deleted: thinkphp/library/traits/think/Instance.php
deleted: thinkphp/logo.png
deleted: thinkphp/phpunit.xml
deleted: thinkphp/start.php
deleted: thinkphp/tpl/default_index.tpl
deleted: thinkphp/tpl/dispatch_jump.tpl
deleted: thinkphp/tpl/page_trace.tpl
deleted: thinkphp/tpl/think_exception.tpl
Changes not staged for commit:
(use "git add ..." to update what will be committed)
(use "git checkout -- ..." to discard changes in working directory)
modified: .gitignore
modified: application/index/controller/BaseController.php
modified: application/index/controller/DemandController.php
modified: application/index/controller/SellercertifyController.php
modified: application/index/view/Demand/demand_detail.html
modified: application/index/view/Demand/demand_lobby.html
modified: application/index/view/Demand/demand_release.html
modified: application/index/view/home_layout.html
modified: application/index/view/public/demand_layout.html
modified: application/model/Projects.php
modified: public/static/desk/demand/css/common.css
modified: public/static/desk/demand/css/release_style.css
Administrator@XPC-WANMEI MINGW64 /d/phpStudy/PHPTutorial/WWW/aimisheng (master)
$ git commit -am'xiugai'
[master 0d640a74] xiugai
181 files changed, 294 insertions(+), 40991 deletions(-)
delete mode 100644 application/index/view/public/home_layout_header.html
delete mode 100644 public/.htaccess
delete mode 100755 thinkphp/.gitignore
delete mode 100755 thinkphp/.htaccess
delete mode 100755 thinkphp/.travis.yml
delete mode 100755 thinkphp/CONTRIBUTING.md
delete mode 100755 thinkphp/LICENSE.txt
delete mode 100755 thinkphp/README.md
delete mode 100755 thinkphp/base.php
delete mode 100755 thinkphp/codecov.yml
delete mode 100755 thinkphp/composer.json
delete mode 100755 thinkphp/console.php
delete mode 100755 thinkphp/convention.php
delete mode 100755 thinkphp/helper.php
delete mode 100755 thinkphp/lang/zh-cn.php
delete mode 100644 thinkphp/library/think/App.php
delete mode 100644 thinkphp/library/think/Build.php
delete mode 100644 thinkphp/library/think/Cache.php
delete mode 100644 thinkphp/library/think/Collection.php
delete mode 100644 thinkphp/library/think/Config.php
delete mode 100644 thinkphp/library/think/Console.php
delete mode 100644 thinkphp/library/think/Controller.php
delete mode 100644 thinkphp/library/think/Cookie.php
delete mode 100644 thinkphp/library/think/Db.php
delete mode 100644 thinkphp/library/think/Debug.php
delete mode 100644 thinkphp/library/think/Env.php
delete mode 100644 thinkphp/library/think/Error.php
delete mode 100644 thinkphp/library/think/Exception.php
delete mode 100644 thinkphp/library/think/File.php
delete mode 100644 thinkphp/library/think/Hook.php
delete mode 100644 thinkphp/library/think/Lang.php
delete mode 100644 thinkphp/library/think/Loader.php
delete mode 100644 thinkphp/library/think/Log.php
delete mode 100644 thinkphp/library/think/Model.php
delete mode 100644 thinkphp/library/think/Paginator.php
delete mode 100644 thinkphp/library/think/Process.php
delete mode 100644 thinkphp/library/think/Request.php
delete mode 100644 thinkphp/library/think/Response.php
delete mode 100644 thinkphp/library/think/Route.php
delete mode 100644 thinkphp/library/think/Session.php
delete mode 100644 thinkphp/library/think/Template.php
delete mode 100644 thinkphp/library/think/Url.php
delete mode 100644 thinkphp/library/think/Validate.php
delete mode 100644 thinkphp/library/think/View.php
delete mode 100644 thinkphp/library/think/cache/Driver.php
delete mode 100644 thinkphp/library/think/cache/driver/File.php
delete mode 100644 thinkphp/library/think/cache/driver/Lite.php
delete mode 100644 thinkphp/library/think/cache/driver/Memcache.php
delete mode 100644 thinkphp/library/think/cache/driver/Memcached.php
delete mode 100644 thinkphp/library/think/cache/driver/Redis.php
delete mode 100644 thinkphp/library/think/cache/driver/Sqlite.php
delete mode 100644 thinkphp/library/think/cache/driver/Wincache.php
delete mode 100644 thinkphp/library/think/cache/driver/Xcache.php
delete mode 100644 thinkphp/library/think/config/driver/Ini.php
delete mode 100644 thinkphp/library/think/config/driver/Json.php
delete mode 100644 thinkphp/library/think/config/driver/Xml.php
delete mode 100644 thinkphp/library/think/console/Command.php
delete mode 100644 thinkphp/library/think/console/Input.php
delete mode 100644 thinkphp/library/think/console/LICENSE
delete mode 100644 thinkphp/library/think/console/Output.php
delete mode 100644 thinkphp/library/think/console/bin/README.md
delete mode 100644 thinkphp/library/think/console/bin/hiddeninput.exe
delete mode 100644 thinkphp/library/think/console/command/Build.php
delete mode 100644 thinkphp/library/think/console/command/Clear.php
delete mode 100644 thinkphp/library/think/console/command/Help.php
delete mode 100644 thinkphp/library/think/console/command/Lists.php
delete mode 100644 thinkphp/library/think/console/command/Make.php
delete mode 100644 thinkphp/library/think/console/command/make/Controller.php
delete mode 100644 thinkphp/library/think/console/command/make/Model.php
delete mode 100644 thinkphp/library/think/console/command/make/stubs/controller.plain.stub
delete mode 100644 thinkphp/library/think/console/command/make/stubs/controller.stub
delete mode 100644 thinkphp/library/think/console/command/make/stubs/model.stub
delete mode 100644 thinkphp/library/think/console/command/optimize/Autoload.php
delete mode 100644 thinkphp/library/think/console/command/optimize/Config.php
delete mode 100644 thinkphp/library/think/console/command/optimize/Route.php
delete mode 100644 thinkphp/library/think/console/command/optimize/Schema.php
delete mode 100644 thinkphp/library/think/console/input/Argument.php
delete mode 100644 thinkphp/library/think/console/input/Definition.php
delete mode 100644 thinkphp/library/think/console/input/Option.php
delete mode 100644 thinkphp/library/think/console/output/Ask.php
delete mode 100644 thinkphp/library/think/console/output/Descriptor.php
delete mode 100644 thinkphp/library/think/console/output/Formatter.php
delete mode 100644 thinkphp/library/think/console/output/Question.php
delete mode 100644 thinkphp/library/think/console/output/descriptor/Console.php
delete mode 100644 thinkphp/library/think/console/output/driver/Buffer.php
delete mode 100644 thinkphp/library/think/console/output/driver/Console.php
delete mode 100644 thinkphp/library/think/console/output/driver/Nothing.php
delete mode 100644 thinkphp/library/think/console/output/formatter/Stack.php
delete mode 100644 thinkphp/library/think/console/output/formatter/Style.php
delete mode 100644 thinkphp/library/think/console/output/question/Choice.php
delete mode 100644 thinkphp/library/think/console/output/question/Confirmation.php
delete mode 100644 thinkphp/library/think/controller/Rest.php
delete mode 100644 thinkphp/library/think/controller/Yar.php
delete mode 100644 thinkphp/library/think/db/Builder.php
delete mode 100644 thinkphp/library/think/db/Connection.php
delete mode 100644 thinkphp/library/think/db/Expression.php
delete mode 100644 thinkphp/library/think/db/Query.php
delete mode 100644 thinkphp/library/think/db/builder/Mysql.php
delete mode 100644 thinkphp/library/think/db/builder/Pgsql.php
delete mode 100644 thinkphp/library/think/db/builder/Sqlite.php
delete mode 100644 thinkphp/library/think/db/builder/Sqlsrv.php
delete mode 100644 thinkphp/library/think/db/connector/Mysql.php
delete mode 100644 thinkphp/library/think/db/connector/Pgsql.php
delete mode 100644 thinkphp/library/think/db/connector/Sqlite.php
delete mode 100644 thinkphp/library/think/db/connector/Sqlsrv.php
delete mode 100644 thinkphp/library/think/db/connector/pgsql.sql
delete mode 100644 thinkphp/library/think/db/exception/BindParamException.php
delete mode 100644 thinkphp/library/think/db/exception/DataNotFoundException.php
delete mode 100644 thinkphp/library/think/db/exception/ModelNotFoundException.php
delete mode 100644 thinkphp/library/think/debug/Console.php
delete mode 100644 thinkphp/library/think/debug/Html.php
delete mode 100644 thinkphp/library/think/exception/ClassNotFoundException.php
delete mode 100644 thinkphp/library/think/exception/DbException.php
delete mode 100644 thinkphp/library/think/exception/ErrorException.php
delete mode 100644 thinkphp/library/think/exception/Handle.php
delete mode 100644 thinkphp/library/think/exception/HttpException.php
delete mode 100644 thinkphp/library/think/exception/HttpResponseException.php
delete mode 100644 thinkphp/library/think/exception/PDOException.php
delete mode 100644 thinkphp/library/think/exception/RouteNotFoundException.php
delete mode 100644 thinkphp/library/think/exception/TemplateNotFoundException.php
delete mode 100644 thinkphp/library/think/exception/ThrowableError.php
delete mode 100644 thinkphp/library/think/exception/ValidateException.php
delete mode 100644 thinkphp/library/think/log/driver/File.php
delete mode 100644 thinkphp/library/think/log/driver/Socket.php
delete mode 100644 thinkphp/library/think/log/driver/Test.php
delete mode 100644 thinkphp/library/think/model/Collection.php
delete mode 100644 thinkphp/library/think/model/Merge.php
delete mode 100644 thinkphp/library/think/model/Pivot.php
delete mode 100644 thinkphp/library/think/model/Relation.php
delete mode 100644 thinkphp/library/think/model/relation/BelongsTo.php
delete mode 100644 thinkphp/library/think/model/relation/BelongsToMany.php
delete mode 100644 thinkphp/library/think/model/relation/HasMany.php
delete mode 100644 thinkphp/library/think/model/relation/HasManyThrough.php
delete mode 100644 thinkphp/library/think/model/relation/HasOne.php
delete mode 100644 thinkphp/library/think/model/relation/MorphMany.php
delete mode 100644 thinkphp/library/think/model/relation/MorphOne.php
delete mode 100644 thinkphp/library/think/model/relation/MorphTo.php
delete mode 100644 thinkphp/library/think/model/relation/OneToOne.php
delete mode 100644 thinkphp/library/think/paginator/driver/Bootstrap.php
delete mode 100644 thinkphp/library/think/process/Builder.php
delete mode 100644 thinkphp/library/think/process/Utils.php
delete mode 100644 thinkphp/library/think/process/exception/Failed.php
delete mode 100644 thinkphp/library/think/process/exception/Timeout.php
delete mode 100644 thinkphp/library/think/process/pipes/Pipes.php
delete mode 100644 thinkphp/library/think/process/pipes/Unix.php
delete mode 100644 thinkphp/library/think/process/pipes/Windows.php
delete mode 100644 thinkphp/library/think/response/Json.php
delete mode 100644 thinkphp/library/think/response/Jsonp.php
delete mode 100644 thinkphp/library/think/response/Redirect.php
delete mode 100644 thinkphp/library/think/response/View.php
delete mode 100644 thinkphp/library/think/response/Xml.php
delete mode 100644 thinkphp/library/think/session/driver/Memcache.php
delete mode 100644 thinkphp/library/think/session/driver/Memcached.php
delete mode 100644 thinkphp/library/think/session/driver/Redis.php
delete mode 100644 thinkphp/library/think/template/TagLib.php
delete mode 100644 thinkphp/library/think/template/driver/File.php
delete mode 100644 thinkphp/library/think/template/taglib/Cx.php
delete mode 100644 thinkphp/library/think/view/driver/Php.php
delete mode 100644 thinkphp/library/think/view/driver/Think.php
delete mode 100644 thinkphp/library/traits/controller/Jump.php
delete mode 100644 thinkphp/library/traits/model/SoftDelete.php
delete mode 100644 thinkphp/library/traits/think/Instance.php
delete mode 100755 thinkphp/logo.png
delete mode 100755 thinkphp/phpunit.xml
delete mode 100755 thinkphp/start.php
delete mode 100755 thinkphp/tpl/default_index.tpl
delete mode 100755 thinkphp/tpl/dispatch_jump.tpl
delete mode 100755 thinkphp/tpl/page_trace.tpl
delete mode 100755 thinkphp/tpl/think_exception.tpl
Administrator@XPC-WANMEI MINGW64 /d/phpStudy/PHPTutorial/WWW/aimisheng (master)
$ git status
On branch master
Your branch is ahead of 'origin/master' by 1 commit.
(use "git push" to publish your local commits)
nothing to commit, working tree clean
Administrator@XPC-WANMEI MINGW64 /d/phpStudy/PHPTutorial/WWW/aimisheng (master)
$ git status
On branch master
Your branch is ahead of 'origin/master' by 1 commit.
(use "git push" to publish your local commits)
nothing to commit, working tree clean
Administrator@XPC-WANMEI MINGW64 /d/phpStudy/PHPTutorial/WWW/aimisheng (master)
$ ^C
Administrator@XPC-WANMEI MINGW64 /d/phpStudy/PHPTutorial/WWW/aimisheng (master)
$