無人問津的森林系技能樹

喝咖啡,吃甜食,務必把握時間讓你胃食道逆流一下

0%

[hexo]使用git備份hexo bolg小筆記

  1. 如未建立分支,先建立新分支
    git branch <branchname>
  2. 切換分支
    git checkout <branchname>
  3. 加入檔案
    git add .
  4. commit檔案
    git commit -m <"msg">
  5. push git
    git push -u origin <branchname>