Staging
v0.5.1
swh:1:snp:c5feb7ee9221a3820c8879e85e8a18470c0b3afa
Raw File
Tip revision: ca00f80b58d679e59fc271650f68cd25cdb72b09 authored by Junio C Hamano on 27 July 2015, 19:25:42 UTC
Git 2.4.7
Tip revision: ca00f80
git-init-db.txt
git-init-db(1)
==============

NAME
----
git-init-db - Creates an empty Git repository


SYNOPSIS
--------
[verse]
'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
back to top