Home Explore Blog CI



git

Documentation/git-init-db.adoc
3ef7db55a79fe55d68b2ebbcd974d932c60778712f4d39dd0000000300000199
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

Chunks
7ad6a0ee (1st chunk of `Documentation/git-init-db.adoc`)
Title: Git Init Db Command
Summary
The git-init-db command creates an empty Git repository and is a synonym for the git-init command, with usage and options documented under git-init, allowing for various customizations such as quiet mode, bare repositories, and template directories, as part of the Git suite.