跳过正文
  1. Posts/

How to push local websit to github using git shell

··1 分钟
Dr. Hui Lin (林辉)
作者
Dr. Hui Lin (林辉)
极地海洋化学研究者 | 溶解有机质 (DOM) | 南北极科考

Step 1

git add .

Step 2

git commit -m"how to push local website to github ..."

Step 3

git push origin master

The command to set local server: jekyll serve