Start the 2.46 cycle
[alt-git.git] / Documentation / git-init-db.txt
blob18bf1a3c8ce3d128ceffc5940692a2b911212049
1 git-init-db(1)
2 ==============
4 NAME
5 ----
6 git-init-db - Creates an empty Git repository
9 SYNOPSIS
10 --------
11 [verse]
12 'git init-db' [-q | --quiet] [--bare] [--template=<template-directory>] [--separate-git-dir <git-dir>] [--shared[=<permissions>]]
15 DESCRIPTION
16 -----------
18 This is a synonym for linkgit:git-init[1].  Please refer to the
19 documentation of that command.
21 GIT
22 ---
23 Part of the linkgit:git[1] suite