zoukankan      html  css  js  c++  java
  • github上传代码总结

    1.先在github上新建一个项目,如下图所示:

     

    建好了之后,点击 clone and download,如下图:点击1,切换到2,复制3

     

    2.在本地新建一个文件夹,比如:单选按钮,然后右键,gitclone,注意下面2 为上图ssh的地址,3为本地该文件夹,4key文件,放在常用的位置。

     

    成功后会出现下图:

     

    在本地写好自己的文件,

     

    添加完,直接commit

     

    1的位置加上描述,2的位置勾上提交的文件,点击commit.

     

    Commit 成功之后继续Push

     

     

     

  • 相关阅读:
    FormData的使用
    数据绑定
    DOM的映射机制
    leetcode750
    leetcode135
    leetcode41
    leetcode269
    leetcode253
    leetcode42
    leetcode48
  • 原文地址:https://www.cnblogs.com/kellyPan/p/7821797.html
Copyright © 2011-2022 走看看