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
posted on 2020-10-14 11:01  喝咖啡不加糖  阅读(92)  评论(0)    收藏  举报