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

GIT+ Coding使用方法

时间:2017-04-11 16:40:31      阅读:213      评论:0      收藏:0      [点我收藏+]

标签:菜单   注册   https   环境   logs   blog   技术分享   左侧菜单   弹窗   

1 进入码市 :https://coding.net    注册一个账户

2 创建一个项目:

  技术分享

 

3 本地window环境。安装git : https://git-scm.com/download/win

 

4 第二步中。点击我的项目,左侧菜单,选择代码,复制此链接

技术分享

 

5 window 本地。。找到你想放代码的位置。右键 git bush

   克隆: git  clone  https://git.coding.net/test/PHP.git, 会有弹窗提示你输入用户名和密码

   提交:

  •     git  status    
  •     git add . 
  •     git commit 
  •     git push

  在git commit这一步会出现以下提示:

技术分享

  按照提示输入: name 和email  。然后在git commit  以及以后的步骤。就可以了

技术分享

 

GIT+ Coding使用方法

标签:菜单   注册   https   环境   logs   blog   技术分享   左侧菜单   弹窗   

原文地址:http://www.cnblogs.com/richerdyoung/p/6694011.html

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