]> git.ipfire.org Git - thirdparty/git.git/blame - Documentation/git-init-db.txt
Documentation: be consistent about "git-" versus "git "
[thirdparty/git.git] / Documentation / git-init-db.txt
CommitLineData
2cf565c5
DG
1git-init-db(1)
2==============
2cf565c5
DG
3
4NAME
5----
2c6e4771 6git-init-db - Creates an empty git repository
2cf565c5
DG
7
8
9SYNOPSIS
10--------
b1889c36 11'git init-db' [-q | --quiet] [--template=<template_directory>] [--shared[=<permissions>]]
61f693bd
JL
12
13
2cf565c5
DG
14DESCRIPTION
15-----------
2cf565c5 16
5162e697 17This is a synonym for linkgit:git-init[1]. Please refer to the
d145144c 18documentation of that command.