初始語法
echo "# test_1" >> README.md git init git add README.md git commit -m "first commit" git remote add origin https://github.com/modechu/test_1.git git push -u origin master
無版控的情況下 在 Local 端資料夾修改完所有的檔案後 按下 GitHub 底下的 Commit to master 完成後再按下 GitHub 右上的 Sync 同步更新遠端的資料