1
0
mirror of https://github.com/git/git.git synced 2024-09-30 00:51:19 +02:00
git/Documentation/git-init-db.txt

19 lines
319 B
Plaintext
Raw Normal View History

git-init-db(1)
==============
NAME
----
git-init-db - Creates an empty git repository
SYNOPSIS
--------
'git-init-db' [-q | --quiet] [--template=<template_directory>] [--shared[=<permissions>]]
DESCRIPTION
-----------
This is a synonym for linkgit:git-init[1]. Please refer to the
documentation of that command.