From f1d2b47794bc0425f817b9015ad738f2cfb7f3f3 Mon Sep 17 00:00:00 2001 From: "J. Bruce Fields" Date: Thu, 11 Jan 2007 12:44:08 -0500 Subject: [PATCH] user-manual: replace init-db by init Replace mentions of init-db by mentions of init. Signed-off-by: J. Bruce Fields --- Documentation/user-manual.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/user-manual.txt b/Documentation/user-manual.txt index ae21ef239..94c09e529 100644 --- a/Documentation/user-manual.txt +++ b/Documentation/user-manual.txt @@ -833,7 +833,7 @@ Creating a new repository from scratch is very easy: ------------------------------------------------- $ mkdir project $ cd project -$ git init-db +$ git init ------------------------------------------------- If you have some initial content (say, a tarball): @@ -841,7 +841,7 @@ If you have some initial content (say, a tarball): ------------------------------------------------- $ tar -xzvf project.tar.gz $ cd project -$ git init-db +$ git init $ git add . # include everything below ./ in the first commit: $ git commit ------------------------------------------------- -- 2.30.2