summaryrefslogtreecommitdiffstats
path: root/Documentation/config/init.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/config/init.txt')
-rw-r--r--Documentation/config/init.txt7
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..dc77f8c
--- /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 or when cloning an empty repository.