使用码云做代码托管git init 初始化git add . 项目目录下git commit -m "first commit" 提交git pull origin master 同步git push origin master 推送到服务器创建develop和切换分支、合并代码