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