]> git.ipfire.org Git - thirdparty/git.git/blame - Documentation/git-init-db.txt
path.c: clarify trie_find()'s in-code comment
[thirdparty/git.git] / Documentation / git-init-db.txt
CommitLineData
2cf565c5
DG
1git-init-db(1)
2==============
2cf565c5
DG
3
4NAME
5----
2de9b711 6git-init-db - Creates an empty Git repository
2cf565c5
DG
7
8
9SYNOPSIS
10--------
7791a1d9 11[verse]
09ffc706 12'git init-db' [-q | --quiet] [--bare] [--template=<template_directory>] [--separate-git-dir <git dir>] [--shared[=<permissions>]]
61f693bd
JL
13
14
2cf565c5
DG
15DESCRIPTION
16-----------
2cf565c5 17
5162e697 18This is a synonym for linkgit:git-init[1]. Please refer to the
d145144c 19documentation of that command.
6ea922d5
JK
20
21GIT
22---
23Part of the linkgit:git[1] suite