Codeggs的常用命令
Git
- 将本地新建的项目提交到远程仓库
git init
初始化本地仓库git add .
将工作目录内容添加至暂存区git commit -m "first commit"
将暂存区添加至本地仓库git push -u https://github.com master
将本地仓库内容push
到远程仓库
Hexo
hexo cl
清空缓存hexo g
编译hexo s
启动本地服务hexo d
上传到远程仓库
All articles in this blog are licensed under CC BY-NC-SA 4.0 unless stating additionally.