1git-init-db(1)
2==============
34
NAME
5----
6git-init-db - Creates an empty git repository
78
9
SYNOPSIS
10--------
11'git init-db' [-q | --quiet] [--bare] [--template=<template_directory>] [--shared[=<permissions>]]
1213
14
DESCRIPTION
15-----------
1617
This is a synonym for linkgit:git-init[1]. Please refer to the
18documentation of that command.
1920
GIT
21---
22Part of the linkgit:git[1] suite