diff options
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 aeb1115af..8a150d861 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 |