git clone
命令的作用是将存储库克隆到新目录中,下面web建站小编给大家简单介绍一下具体代码!
语法介绍:
$ git clone `克隆的地址.git`
git clone支持多种协议:
$ git clone http[s]://ipkd.cn.com/sample.git $ git clone http://git.ipkd.cn.com/sample.git $ git clone ssh://ipkd.cn.com/sample.git $ git clone git://ipkd.cn.com/sample.git $ git clone /opt/git/sample.git $ git clone file:///opt/git/sample.git $ git clone ftp[s]://example.com/sample.git $ git clone rsync://example.com/sample.git
上面是“git clone克隆指定分支代码命令”的全面内容,想了解更多关于 git教程 内容,请继续关注web建站教程。
当前网址:https://m.ipkd.cn/webs_3486.html
声明:本站提供的所有资源部分来自互联网,如果有侵犯您的版权或其他权益,请发送到邮箱:admin@ipkd.cn,我们会在看到邮件的第一时间内为您处理!