使用git上传项目到码云服务器

第一步:

初始化:  git init

第二步:

添加到远程服务器: git remote add origin   url(码云服务器地址)

第三步:

git pull origin master

第四步:


第五步:


大家如果想要了解详细文档,请看这篇博客:

https://blog.csdn.net/jj736699256/article/details/54426292 

猜你喜欢

转载自blog.csdn.net/qq_40116418/article/details/80022879