File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -3,11 +3,12 @@ CONFIGURATION FILE
3
3
4
4
The Git configuration file contains a number of variables that affect
5
5
the Git commands' behavior. The files `.git/config` and optionally
6
- `config.worktree` (see `extensions.worktreeConfig` below) in each
7
- repository are used to store the configuration for that repository, and
8
- `$HOME/.gitconfig` is used to store a per-user configuration as
9
- fallback values for the `.git/config` file. The file `/etc/gitconfig`
10
- can be used to store a system-wide default configuration.
6
+ `config.worktree` (see the "CONFIGURATION FILE" section of
7
+ linkgit:git-worktree[1]) in each repository are used to store the
8
+ configuration for that repository, and `$HOME/.gitconfig` is used to
9
+ store a per-user configuration as fallback values for the `.git/config`
10
+ file. The file `/etc/gitconfig` can be used to store a system-wide
11
+ default configuration.
11
12
12
13
The configuration variables are used by both the Git plumbing
13
14
and the porcelains. The variables are divided into sections, wherein
You can’t perform that action at this time.
0 commit comments