Home Explore Blog CI



git

1st chunk of `Documentation/git-init-db.adoc`
7ad6a0ee1a6ed24ce5150ff1c8eb199a87190740be13c5380000000100000199
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

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.