From 515377ea9ec6192f82a2fa5c5b5b7651d9d6cf6c Mon Sep 17 00:00:00 2001 From: Nicolas Pitre Date: Sun, 7 Jan 2007 12:31:29 -0500 Subject: "init-db" can really be just "init" Make "init" the equivalent of "init-db". This should make first GIT impression a little more friendly. Signed-off-by: Nicolas Pitre Signed-off-by: Junio C Hamano --- Documentation/everyday.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Documentation/everyday.txt') diff --git a/Documentation/everyday.txt b/Documentation/everyday.txt index 2105a3d2e7..4e83994c58 100644 --- a/Documentation/everyday.txt +++ b/Documentation/everyday.txt @@ -25,7 +25,7 @@ Basic Repository[[Basic Repository]] Everybody uses these commands to maintain git repositories. - * gitlink:git-init-db[1] or gitlink:git-clone[1] to create a + * gitlink:git-init[1] or gitlink:git-clone[1] to create a new repository. * gitlink:git-fsck-objects[1] to check the repository for errors. @@ -107,7 +107,7 @@ Use a tarball as a starting point for a new repository.:: ------------ $ tar zxf frotz.tar.gz $ cd frotz -$ git-init-db +$ git-init $ git add . <1> $ git commit -m 'import of frotz source tree.' $ git tag v2.43 <2> -- cgit v1.2.1