Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
git-am support for naked email messages (take 2)
[gitweb.git]
/
Documentation
/
git-init-db.txt
diff --git
a/Documentation/git-init-db.txt
b/Documentation/git-init-db.txt
index 4486f0c1cf6d1ca910b3a171e92b05e17927dc43..6deef92508417d32832766a683db213ad191256c 100644
(file)
--- a/
Documentation/git-init-db.txt
+++ b/
Documentation/git-init-db.txt
@@
-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