diff options
-rw-r--r-- | using-git.texinfo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/using-git.texinfo b/using-git.texinfo index 6b91890..291124a 100644 --- a/using-git.texinfo +++ b/using-git.texinfo @@ -277,7 +277,7 @@ is missing what is in Git called `index' `working tree'. @example -mkcd -p /srv/git/MY_REPOSITORY.git +mkdir -p /srv/git/MY_REPOSITORY.git cd /srv/git/MY_REPOSITORY.git git init --bare |