由于不经常使用git,经常忘记一些常用命令,而每次用的时候又是重新学习,这里记下一些常用方便以后使用
- git 本地添加远程仓库
- git remote add origin git@github.com:zerolxf/zero.git
git更新子模块
- git submodule update
创建分支
- git branch test
hexo布置
- npm install hexo-deployer-git –save
hexo d
- npm install hexo-deployer-git –save
hexo布置出问题了,就把deploy_git删掉