zoukankan      html  css  js  c++  java
  • 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  以及以后的步骤。就可以了

  • 相关阅读:
    Exchanger
    信号量Semaphore
    CountDownLatch
    Condition
    WCF接口实例介绍
    时间显示
    pymysql-execute
    python之迭代器与生成器
    python之装饰器
    python之函数
  • 原文地址:https://www.cnblogs.com/richerdyoung/p/6694011.html
Copyright © 2011-2022 走看看