一、在GitHub上创建一个仓库,例如:GaoShu
二、在本地新建一个存放.md笔记的文件夹GaoShu
三、执行git命令
…or create a new repository on the command line
1 | echo "# GaoShu" >> README.md |
…or push an existing repository from the command line
1 | git remote add origin https://github.com/AAAAAA/GaoShu.git |
- 本文作者: LQbank
- 本文链接: http://example.com/2020/07/08/在Github上使用仓库存放-md笔记/
- 版权声明: 本博客所有文章除特别声明外,均采用 MIT 许可协议。转载请注明出处!