Hexo

Home Archives
2018-02-19

Hello World

Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.

Quick Start

Create a new post

1
$ hexo new "My New Post"

More info: Writing

Run server

1
$ hexo server

More info: Server

Generate static files

1
$ hexo generate

More info: Generating

Deploy to remote sites

1
$ hexo deploy

More info: Deployment

Compartir
2014-12-13
git

git指令收集

git 常用命令收集简化整理

初始化配置

#配置使用git仓库的人员姓名
git config –global user.name “Your Name Comes Here”

Read More

Compartir
  • git
  • 代码同步

Categorías

  • git

Tags

  • git
  • 代码同步

Nube de Tags

git 代码同步

Archivos

  • February 2018
  • December 2014

Posts recientes

  • Hello World
  • git指令收集
© 2018 John Doe
Construido por Hexo
Home Archives