Typora-导出文件到github指令

Typora - 导出文件到github指令

可以通过设置Typora将写好的博客备份到Github. 指令如下:

git add "${currentPath}" && git commit -m"saved new edits" && git push origin main

添加到下图红框位置即可:

image-20220617163743158

参考链接:

  1. Typora导出设置
posted @ 2022-06-17 16:43  夜行过客  阅读(255)  评论(1)    收藏  举报