美文网首页
Git内容学习资源

Git内容学习资源

作者: 一刀YiDao | 来源:发表于2016-09-16 23:33 被阅读24次

    Git内容学习资源

    廖雪峰的博客

    阮一峰的博客

    1、新建代码库

    #远程克隆 一个项目和它的代码历史
    $ git clone ssh://user@domain.com/repo.git
    
    #在当前目录新建一个Git代码库
    $ git init
    
    #新建一个目录,将其初始化为Git代码库
    $ git init [project-name]
    
    

    相关文章

      网友评论

          本文标题:Git内容学习资源

          本文链接:https://www.haomeiwen.com/subject/eyeiettx.html