Merge branch 'mt/doc-worktree-ref'
Docfix. * mt/doc-worktree-ref: config doc: fix reference to config.worktree info
This commit is contained in:
@ -3,11 +3,12 @@ CONFIGURATION FILE
|
|||||||
|
|
||||||
The Git configuration file contains a number of variables that affect
|
The Git configuration file contains a number of variables that affect
|
||||||
the Git commands' behavior. The files `.git/config` and optionally
|
the Git commands' behavior. The files `.git/config` and optionally
|
||||||
`config.worktree` (see `extensions.worktreeConfig` below) in each
|
`config.worktree` (see the "CONFIGURATION FILE" section of
|
||||||
repository are used to store the configuration for that repository, and
|
linkgit:git-worktree[1]) in each repository are used to store the
|
||||||
`$HOME/.gitconfig` is used to store a per-user configuration as
|
configuration for that repository, and `$HOME/.gitconfig` is used to
|
||||||
fallback values for the `.git/config` file. The file `/etc/gitconfig`
|
store a per-user configuration as fallback values for the `.git/config`
|
||||||
can be used to store a system-wide default configuration.
|
file. The file `/etc/gitconfig` can be used to store a system-wide
|
||||||
|
default configuration.
|
||||||
|
|
||||||
The configuration variables are used by both the Git plumbing
|
The configuration variables are used by both the Git plumbing
|
||||||
and the porcelains. The variables are divided into sections, wherein
|
and the porcelains. The variables are divided into sections, wherein
|
||||||
|
Reference in New Issue
Block a user