Staging
v0.5.1
swh:1:snp:c5feb7ee9221a3820c8879e85e8a18470c0b3afa
Raw File
Tip revision: 234cd45662d5c094339d729bc040ae90ae688de7 authored by Junio C Hamano on 08 October 2012, 18:40:43 UTC
Git 1.7.12.3
Tip revision: 234cd45
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