林辉的极地科研笔记/Posts/How to push local websit to github using git shell/How to push local websit to github using git shell2017年3月1日·更新于: 2026年7月24日·1 分钟Jekyll作者Dr. Hui Lin (林辉)极地海洋化学研究者 | 溶解有机质 (DOM) | 南北极科考 Step 1git add .Step 2git commit -m"how to push local website to github ..."Step 3git push origin masterThe command to set local server: jekyll serve