码迷,mamicode.com
首页 > 其他好文 > 详细

码云使用的基本步骤

时间:2019-10-10 17:21:59      阅读:75      评论:0      收藏:0      [点我收藏+]

标签:仓库   bsp   提交   com   name   ali   add   代码   远程   

  1. 创建仓库

     

     

    然后把工程的信息填写一下

     

     

  2. 远程拉取项目

    git clone xxxx.git

     

     

  3. 谁修改的

    git config --global user.name "xxx"

  4. 码云账号

    git config --global user.emali "xx@xx.com"

  5. 添加到仓库(git add xxx 提交单个文件)

    git add .

  6. 解释提交代码

    git commit -m ‘内容‘

  7. 提交到码云

    git push origin master

码云使用的基本步骤

标签:仓库   bsp   提交   com   name   ali   add   代码   远程   

原文地址:https://www.cnblogs.com/dashanboke/p/11649321.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!