Staging
v0.5.1
swh:1:snp:c5feb7ee9221a3820c8879e85e8a18470c0b3afa
Raw File
Tip revision: 3c3d3f629a6176b401ebec455c5dd59ed1b5f910 authored by Junio C Hamano on 16 October 2015, 21:40:04 UTC
Git 2.6.2
Tip revision: 3c3d3f6
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