github建仓And代码更新
create repositary

安装git
参考文档https://www.liaoxuefeng.com/wiki/896043488029600
本地仓
新建空白文件夹 - > git bash


新建文件ReadMe.md -> git add .

更新代码
git status
git add .
git commit -m '注释'
git pull
git push origin master

参考文档https://www.liaoxuefeng.com/wiki/896043488029600
新建空白文件夹 - > git bash


新建文件ReadMe.md -> git add .

git status
git add .
git commit -m '注释'
git pull
git push origin master