diff options
author | Junio C Hamano <junkio@cox.net> | 2006-04-28 19:30:41 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-04-28 19:30:41 -0700 |
commit | 1d19b324fb2248802ad7fa306fae6b52e74619eb (patch) | |
tree | 8991a96ad9e32b6c9232ef33317f6275985325c1 /Documentation/git-init-db.txt | |
parent | Merge branch 'jc/cache-tree' into next (diff) | |
parent | Merge branch 'fix' (diff) | |
download | tgif-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.txt | 8 |
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 |