"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 <nico@cam.org> Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:

committed by
Junio C Hamano

parent
cf2999eb4c
commit
515377ea9e
@ -32,7 +32,7 @@ can place it under git revision control as follows.
|
||||
------------------------------------------------
|
||||
$ tar xzf project.tar.gz
|
||||
$ cd project
|
||||
$ git init-db
|
||||
$ git init
|
||||
------------------------------------------------
|
||||
|
||||
Git will reply
|
||||
|
Reference in New Issue
Block a user