git clone
每<repository>
个git help clone
个参数:
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]
[--recursive | --recurse-submodules] [--] <repository>
[<directory>]
可以在存储库URL上执行的git
命令的完整列表是什么?
我在问,因为我想分析远程存储库。在我开始确定范围之前,作为一个单独的问题,我在这里询问git命令&#39;能力。
答案 0 :(得分:1)
$ pwd
/usr/share/man/man1
$ zgrep -l '<repository>' git-*
git-clone.1.gz
git-fetch.1.gz
git-fetch-pack.1.gz
git-ls-remote.1.gz
git-pull.1.gz
git-push.1.gz
git-submodule.1.gz
git-subtree.1.gz