参考教程:
手把手教你在github上传文件_哔哩哔哩_bilibili
bash
git init
git add *
git commit -m "first"
git remote add origin <github的HTTPS>
git push -u origin master
