Git提交代码到码云
git pull 下载服务器代码
git add . 添加当前目录下的所有文件;
git commit -m '注释' 添加提交信息,提交代码到本地仓库
git push origin 分支名 上传代码至服务器仓库
Git从码云拉取代码 git pull origin 分支名