diff options
Diffstat (limited to 'Documentation/config/init.txt')
-rw-r--r-- | Documentation/config/init.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/config/init.txt b/Documentation/config/init.txt new file mode 100644 index 0000000..79c79d6 --- /dev/null +++ b/Documentation/config/init.txt @@ -0,0 +1,7 @@ +init.templateDir:: + Specify the directory from which templates will be copied. + (See the "TEMPLATE DIRECTORY" section of linkgit:git-init[1].) + +init.defaultBranch:: + Allows overriding the default branch name e.g. when initializing + a new repository. |