summaryrefslogtreecommitdiff
path: root/Documentation/git-init-db.txt
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <junkio@cox.net>2006-04-28 19:30:41 -0700
committerLibravatar Junio C Hamano <junkio@cox.net>2006-04-28 19:30:41 -0700
commit1d19b324fb2248802ad7fa306fae6b52e74619eb (patch)
tree8991a96ad9e32b6c9232ef33317f6275985325c1 /Documentation/git-init-db.txt
parentMerge branch 'jc/cache-tree' into next (diff)
parentMerge branch 'fix' (diff)
downloadtgif-1d19b324fb2248802ad7fa306fae6b52e74619eb.tar.xz
Merge branch 'master' into next
* master: Fix trivial typo in git-log man page. Properly render asciidoc "callouts" in git man pages. Fix up remaining man pages that use asciidoc "callouts". Update the git-branch man page to include the "-r" option, annotate: display usage information if no filename was given annotate: fix warning about uninitialized scalar git-am --resolved: more usable error message.
Diffstat (limited to 'Documentation/git-init-db.txt')
-rw-r--r--Documentation/git-init-db.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/Documentation/git-init-db.txt b/Documentation/git-init-db.txt
index aeb1115af9..8a150d861f 100644
--- a/Documentation/git-init-db.txt
+++ b/Documentation/git-init-db.txt
@@ -60,12 +60,12 @@ Start a new git repository for an existing code base::
+
----------------
$ cd /path/to/my/codebase
-$ git-init-db <1>
-$ git-add . <2>
-
+$ git-init-db <1>
+$ git-add . <2>
+----------------
++
<1> prepare /path/to/my/codebase/.git directory
<2> add all existing file to the index
-----------------
Author