summaryrefslogtreecommitdiff
path: root/Documentation/git-init-db.txt
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <junkio@cox.net>2006-04-28 16:57:32 -0700
committerLibravatar Junio C Hamano <junkio@cox.net>2006-04-28 16:57:32 -0700
commit89719209f48fe7d9694710795b1ec1d5fd7ebfc0 (patch)
tree4c264196192c6aa0b3a60d337f43ec082add3293 /Documentation/git-init-db.txt
parentMerge branch 'fix' (diff)
parentFix trivial typo in git-log man page. (diff)
downloadtgif-89719209f48fe7d9694710795b1ec1d5fd7ebfc0.tar.xz
Merge branch 'fix'
* fix: 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