user-manual: replace init-db by init
Replace mentions of init-db by mentions of init. Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
This commit is contained in:
@ -833,7 +833,7 @@ Creating a new repository from scratch is very easy:
|
|||||||
-------------------------------------------------
|
-------------------------------------------------
|
||||||
$ mkdir project
|
$ mkdir project
|
||||||
$ cd project
|
$ cd project
|
||||||
$ git init-db
|
$ git init
|
||||||
-------------------------------------------------
|
-------------------------------------------------
|
||||||
|
|
||||||
If you have some initial content (say, a tarball):
|
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
|
$ tar -xzvf project.tar.gz
|
||||||
$ cd project
|
$ cd project
|
||||||
$ git init-db
|
$ git init
|
||||||
$ git add . # include everything below ./ in the first commit:
|
$ git add . # include everything below ./ in the first commit:
|
||||||
$ git commit
|
$ git commit
|
||||||
-------------------------------------------------
|
-------------------------------------------------
|
||||||
|
Reference in New Issue
Block a user