1git-init-db(1)
2==============
34
NAME
5----
6git-init-db - Creates an empty Git repository
78
9
SYNOPSIS
10--------
11[verse]
12'git init-db' [-q | --quiet] [--bare] [--template=<template_directory>] [--separate-git-dir <git dir>] [--shared[=<permissions>]]
1314
15
DESCRIPTION
16-----------
1718
This is a synonym for linkgit:git-init[1]. Please refer to the
19documentation of that command.
2021
GIT
22---
23Part of the linkgit:git[1] suite