git 上传项目

安装git 

git config --global user.name "git用户名"

git config --global user.email "git邮箱@qq.com"

git pull 更新代码

git add . 注意后面有个点   添加

git commit -m "上传代码" 备注

git push origin master 上传代码

posted @ 2018-12-04 10:55  躁动的倾听者  阅读(88)  评论(0编辑  收藏  举报