• mac-git-将大神们的代码clone到本地


    复制链接:

     clone到本地

    (base) localhost:Pyexample ligaijiang$ pwd
    /Users/ligaijiang/Pyexample
    (base) localhost:Pyexample ligaijiang$ mkdir ItChat_Learning
    (base) localhost:Pyexample ligaijiang$ ls
    ItChat_Learning    Merge        Merge_Conflict    MyGit1        MyGit2        version1.txt    version2.txt
    (base) localhost:Pyexample ligaijiang$ cd ItChat_Learning/
    (base) localhost:ItChat_Learning ligaijiang$ ls
    (base) localhost:ItChat_Learning ligaijiang$ git clone https://github.com/gaigai-ok/ItChat.git  #将云端clone到本地
    Cloning into 'ItChat'...
    remote: Enumerating objects: 1464, done.
    remote: Total 1464 (delta 0), reused 0 (delta 0), pack-reused 1464
    Receiving objects: 100% (1464/1464), 961.38 KiB | 130.00 KiB/s, done.
    Resolving deltas: 100% (951/951), done.
    (base) localhost:ItChat_Learning ligaijiang$ ls
    ItChat
    (base) localhost:ItChat_Learning ligaijiang$ cd ItChat
    (base) localhost:ItChat ligaijiang$ ls
    LICENSE        README.rst    docs        mkdocs.yml
    README.md    README_EN.md    itchat        setup.py
    (base) localhost:ItChat ligaijiang$ 
  • 相关阅读:
    IOI2000 回文字串
    洛谷 P2758 编辑距离
    NOIP2012普及第三题 摆花
    [SCOI2005]骑士精神
    [USACO1.5]八皇后 Checker Challenge
    Codeforces Round #637 (Div. 2) 题解
    核电站---两种DP解法
    POJ1077 八数码问题
    洛谷 P1162 填涂颜色
    jQuery火箭图标返回顶部代码
  • 原文地址:https://www.cnblogs.com/jpr-ok/p/12436685.html
Copyright © 2020-2023  润新知