summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 01997b4)
raw | patch | inline | side by side (parent: 01997b4)
author | J. Bruce Fields <bfields@citi.umich.edu> | |
Thu, 11 Jan 2007 17:44:08 +0000 (12:44 -0500) | ||
committer | J. Bruce Fields <bfields@citi.umich.edu> | |
Thu, 11 Jan 2007 17:44:08 +0000 (12:44 -0500) |
Replace mentions of init-db by mentions of init.
Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
Documentation/user-manual.txt | patch | blob | history |
index ae21ef239e7300f1006f4d1098d7b31ddfc4764b..94c09e529ef5ea80325edebca73107501fd62011 100644 (file)
-------------------------------------------------
$ mkdir project
$ cd project
-$ git init-db
+$ git init
-------------------------------------------------
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
-------------------------------------------------