d145144c3b
These days, the command does a lot more than just initialise the object database (such as setting default config-variables, installing template hooks...), and "git init" is actually a more sensible name nowadays. Signed-off-by: Junio C Hamano <junkio@cox.net>
20 lines
305 B
Plaintext
20 lines
305 B
Plaintext
git-init-db(1)
|
|
==============
|
|
|
|
NAME
|
|
----
|
|
git-init-db - Creates an empty git repository
|
|
|
|
|
|
SYNOPSIS
|
|
--------
|
|
'git-init-db' [--template=<template_directory>] [--shared[=<permissions>]]
|
|
|
|
|
|
DESCRIPTION
|
|
-----------
|
|
|
|
This is a synonym for gitlink:git-init[1]. Please refer to the
|
|
documentation of that command.
|
|
|