组织介绍

ghostBlog使用步骤


1. 下载repo工具

2. 仓库下载

3. hexo修改上传步骤

  • cd myblog_hexo/
  • cp source/_posts/hello-world.md source/_posts/raspberry.md

    编辑文档后保存

  • hexo s

    显示预览

  • cd source/
  • git add ./
  • git commit -m "add file raspberry.md"
  • git push gitee master

    推送至source库

  • cd -
  • hexo d

    推送至blog库

git常用操作


新建仓库

echo "# testss" >> README.md git init git add README.md git commit -m "first commit" git remote add origin https://github.com/lele2017/testss.git git push -u origin master

已存在仓库

git remote add origin https://github.com/lele2017/testss.git git push -u origin master

自建裸仓库

repo命令


trace

-m (指定xml文件)

  • repo init -u git://android.git.kernel.org/platform/manifest.git -m dalvik-plus.xml
成就
0
Star
0
Fork
成员(1)
415616 liujinghuan2017 1596555952
码农

搜索帮助