File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -119,15 +119,15 @@ TEMPLATE DIRECTORY
119119The template directory contains files and directories that will be copied to
120120the `$GIT_DIR` after it is created.
121121
122- The template directory used will be (in order):
122+ The template directory will be one of the following (in order):
123123
124- - The argument given with the `--template` option.
124+ - the argument given with the `--template` option;
125125
126- - The contents of the `$GIT_TEMPLATE_DIR` environment variable.
126+ - the contents of the `$GIT_TEMPLATE_DIR` environment variable;
127127
128- - The `init.templatedir` configuration variable.
128+ - the `init.templatedir` configuration variable; or
129129
130- - The default template directory: `/usr/share/git-core/templates`.
130+ - the default template directory: `/usr/share/git-core/templates`.
131131
132132The default template directory includes some directory structure, some
133133suggested "exclude patterns", and copies of sample "hook" files.
You can’t perform that action at this time.
0 commit comments