X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-init.txt;h=07484a4fd065b639bbf33832cbf642eb8399757e;hb=620bb245b945531bb6e08016d5f28caf9e797786;hp=596b567c90fc53b3662d31478ad57c8559eafab0;hpb=38ebbacd93eb547b3608b64a2efc60fd79e1ea85;p=git.git diff --git a/Documentation/git-init.txt b/Documentation/git-init.txt index 596b567c9..07484a4fd 100644 --- a/Documentation/git-init.txt +++ b/Documentation/git-init.txt @@ -3,12 +3,12 @@ git-init(1) NAME ---- -git-init - Creates an empty git repository +git-init - Create an empty git repository or reinitialize an existing one SYNOPSIS -------- -'git-init' [--template=] [--shared[=]] +'git-init' [-q | --quiet] [--template=] [--shared[=]] OPTIONS @@ -16,6 +16,10 @@ OPTIONS -- +-q, \--quiet:: + +Only print error and warning messages, all other output will be suppressed. + --template=:: Provide the directory from which templates will be used. The default template @@ -108,4 +112,3 @@ Documentation by David Greaves, Junio C Hamano and the git-list