Documentation: more examples.
[git.git] / Documentation / git-init-db.txt
index 4486f0c..6deef92 100644 (file)
@@ -40,9 +40,12 @@ Start a new git repository for an existing code base::
 +
 ----------------
 $ cd /path/to/my/codebase
-$ git-init-db
-----------------
+$ git-init-db <1>
+$ git-add . <2>
 
+<1> prepare /path/to/my/codebase/.git directory
+<2> add all existing file to the index
+----------------
 
 
 Author