美文网首页
Git clone 克隆远程仓库

Git clone 克隆远程仓库

作者: w_nanan | 来源:发表于2017-11-01 19:36 被阅读9次

    NAME

    git-clone - Clone a repository into a new directory

    SYNOPSIS

    git clone [--template=<template_directory>]
    [-l] [-s] [--no-hardlinks] [-q] [-n] [--bare] [--mirror]
    [-o <name>] [-b <name>] [-u <upload-pack>] [--reference <repository>]
    [--dissociate] [--separate-git-dir <git dir>]
    [--depth <depth>] [--[no-]single-branch]
    [--recurse-submodules] [--[no-]shallow-submodules]
    [--jobs <n>] [--] <repository> [<directory>]

    • 常用操作
      git clone <repository>

    相关文章

      网友评论

          本文标题:Git clone 克隆远程仓库

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