Documentation / git-init-db.txton commit Merge branch 'js/maint-send-pack-stateless-rpc-deadlock-fix' (e9c1a3a)
   1git-init-db(1)
   2==============
   3
   4NAME
   5----
   6git-init-db - Creates an empty git repository
   7
   8
   9SYNOPSIS
  10--------
  11'git init-db' [-q | --quiet] [--bare] [--template=<template_directory>] [--shared[=<permissions>]]
  12
  13
  14DESCRIPTION
  15-----------
  16
  17This is a synonym for linkgit:git-init[1].  Please refer to the
  18documentation of that command.
  19
  20GIT
  21---
  22Part of the linkgit:git[1] suite