赞
踩
一、先拉取代码将本更新,
git clone http://xxx(get仓库地址)
二、将本地更新代码提交到远程仓库中去
切换到项目
cd ats50cw(项目名称)
git add .(注意add与点之间有空格)
git commit -m "提交信息"
git push -u origin master
(下面两个图的项目分支不一样,不要在意)
参考:https://blog.csdn.net/qq_20663229/article/details/80413188
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。