Welcome to mirror list, hosted at ThFree Co, Russian Federation.

clone.txt « config « Documentation - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7bcfbd18a52a7a2ddfada41a245bb80d882a1bce (plain)
1
2
3
4
5
6
7
8
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 to clone a repository if it is a shallow one, can be overridden by
	passing option `--reject-shallow` in command line. See linkgit:git-clone[1]