https://github.com/git/git
Raw File
Tip revision: 95110d75d972dfdd317829ae7feaf42d4f14ab25 authored by Linus Torvalds on 26 April 2009, 19:29:13 UTC
t4202: fix typo
Tip revision: 95110d7
git-init-db.txt
git-init-db(1)
==============

NAME
----
git-init-db - Creates an empty git repository


SYNOPSIS
--------
'git init-db' [-q | --quiet] [--template=<template_directory>] [--shared[=<permissions>]]


DESCRIPTION
-----------

This is a synonym for linkgit:git-init[1].  Please refer to the
documentation of that command.
back to top