GIT+ Coding使用方法

Posted 依然范儿特西

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了GIT+ Coding使用方法相关的知识,希望对你有一定的参考价值。

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使用方法的主要内容,如果未能解决你的问题,请参考以下文章

GIT+ Coding使用方法

使用Git上传本地项目到GitHub/Coding/码云

使用Git上传本地项目到GitHub/Coding/码云

android studio 怎么使用coding git上传代码

python爬虫之git的使用(coding.net的使用)

使用git将文件上传到Coding