随笔分类 -  git

摘要:错误: Warning: require(E:\phpstudy_pro\WWW\blog\public/../vendor/autoload.php): failed to open stream: No such file or directory in E:\phpstudy_pro\WWW\ 阅读全文
posted @ 2020-02-18 10:22 时光一寸灰 阅读(557) 评论(0) 推荐(0)
摘要:一、本地操作: 1.其它 git init:初始化本地库 git status:查看工作区、暂存区的状态 git add <file name>/git add .:将工作区的“新建/修改”添加到暂存区 git rm --cached <file name>:移除暂存区的修改 git commit 阅读全文
posted @ 2020-02-15 11:24 时光一寸灰 阅读(99) 评论(0) 推荐(0)