git简单提交

git status 查看工作区代码相对于暂存区的差别
git add . 
git commit -m ‘注释’ 
git push origin master 
posted @ 2021-05-18 09:41  lan408  阅读(44)  评论(0)    收藏  举报