https://github.com/git/git
Raw File
Tip revision: 337b4d400023d22207bcc3c29e9ebab31bf96fc2 authored by Junio C Hamano on 31 May 2024, 00:06:24 UTC
Git 2.43.5
Tip revision: 337b4d4
clone.txt
clone.defaultRemoteName::
	The name of the remote to create when cloning a repository.  Defaults to
	`origin`, and can be overridden by passing the `--origin` command-line
	option to linkgit:git-clone[1].

clone.rejectShallow::
	Reject cloning a repository if it is a shallow one; this can be overridden by
	passing the `--reject-shallow` option on the command line. See linkgit:git-clone[1]

clone.filterSubmodules::
	If a partial clone filter is provided (see `--filter` in
	linkgit:git-rev-list[1]) and `--recurse-submodules` is used, also apply
	the filter to submodules.
back to top