mirror of
https://github.com/git/git.git
synced 2024-11-01 14:57:52 +01:00
09ffc706e4
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
22 lines
401 B
Text
22 lines
401 B
Text
git-init-db(1)
|
|
==============
|
|
|
|
NAME
|
|
----
|
|
git-init-db - Creates an empty git repository
|
|
|
|
|
|
SYNOPSIS
|
|
--------
|
|
'git init-db' [-q | --quiet] [--bare] [--template=<template_directory>] [--separate-git-dir <git dir>] [--shared[=<permissions>]]
|
|
|
|
|
|
DESCRIPTION
|
|
-----------
|
|
|
|
This is a synonym for linkgit:git-init[1]. Please refer to the
|
|
documentation of that command.
|
|
|
|
GIT
|
|
---
|
|
Part of the linkgit:git[1] suite
|