Git 配置常用语句

git add ., git add -u, git add -A 区别 · git add -A 提交所有变化 · git add -u 提交被修改(modified)和被删除(deleted)文件,不包括新文件(new) · git add . 提交新文件(new)和被修改(modified)文件,不包括被删除(deleted)文件 新建分支 ?$ git branch newbranch 检查分支$ git branch 切换分支$ git checkout n...

阅读全文

Hexo 安装部署配置详解

hexo API 一站安装https://blog.csdn.net/erchowyo/article/details/54407601 安装 hexo$ npm install -g hexo 初始化 hexo$ hexo init 安装 hexo 依赖$ npm install 生成 hexo 资源$ hexo generate hexo 服务$ hexo server hiker: hexo-theme APIhttps://github.com/iTimeTraveler/hex...

阅读全文


Copyright © 2013 - 2020 AJiu All Rights Reserved.

访客数 : | 访问量 :