diff --git a/docs/recipes/git-clone-mirror.rst b/docs/recipes/git-clone-mirror.rst index f8ea5ca..b0d8d55 100644 --- a/docs/recipes/git-clone-mirror.rst +++ b/docs/recipes/git-clone-mirror.rst @@ -7,7 +7,8 @@ involves setting the refspec to one which copies all refs and a mirror option for push in the remote. .. code-block:: bash - $> git clone --mirror https://github.com/libgit2/pygit2 + + $> git clone --mirror https://github.com/libgit2/pygit2 .. code-block:: python