transport-helper: change import semantics
[git/dscho.git] / Documentation / git-init-db.txt
blob9f97f5a91584a7469a3b0d2f8705febbe5c5ab58
1 git-init-db(1)
2 ==============
4 NAME
5 ----
6 git-init-db - Creates an empty git repository
9 SYNOPSIS
10 --------
11 'git init-db' [-q | --quiet] [--bare] [--template=<template_directory>] [--separate-git-dir <git dir>] [--shared[=<permissions>]]
14 DESCRIPTION
15 -----------
17 This is a synonym for linkgit:git-init[1].  Please refer to the
18 documentation of that command.
20 GIT
21 ---
22 Part of the linkgit:git[1] suite