1.新建一个文件夹
2.克隆码云代码
git clone url
3.把项目代码放进克隆下来的文件夹中
4.把代码添加到git 缓存中
cd prodir
git add .
5.提交
git commit -m "-m为注释"
6使用push把提交内容上传码云
git push origin master
1.新建一个文件夹
2.克隆码云代码
git clone url
3.把项目代码放进克隆下来的文件夹中
4.把代码添加到git 缓存中
cd prodir
git add .
5.提交
git commit -m "-m为注释"
6使用push把提交内容上传码云
git push origin master