git status(查看本地git仓库情况)
git add "文件名(精确到文件拓展名)"
git commit -m "说明"(提交到上传缓存区域)
git push origin(向GitHub上传)