测试使用vscode+markdown发布博客园文章

感谢网友提供vs配置cnblog markdown教程 https://www.cnblogs.com/caipeiyu/p/11774968.html

birds.png

接下来,我要将博客园文章上传github备份

  • 在文章文件夹中运行 git init初始化文章目录为git仓库

  • 添加远程仓库 参考廖雪峰老师的文章
    git remote add origin git@github.com:JiangLongLiu/cnblog-757617012.git

  • 将所有文件添加
    git add .

  • 将所有文件提交
    git commit . -m "init"

  • 将文章push到GitHub仓库并建立本地与远程的关联
    git push -u origin master

本文地址 :https://www.cnblogs.com/qq-757617012/p/14449776.html

转载请注明出处 ,谢谢!

posted @ 2021-02-25 23:29  刘江龙  阅读(70)  评论(0编辑  收藏  举报