From 21df4fb5ef6742ab27c0b51e08d76afc4313e321 Mon Sep 17 00:00:00 2001 From: hankhill19580 Date: Tue, 17 Mar 2020 19:41:44 +0000 Subject: [PATCH] add --depth=1 and fetch --unshallow to HTTP cloning instructions --- i2p2www/blog/2020/03/06/git-over-i2p.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/i2p2www/blog/2020/03/06/git-over-i2p.rst b/i2p2www/blog/2020/03/06/git-over-i2p.rst index 69d96bd9..c6a60567 100644 --- a/i2p2www/blog/2020/03/06/git-over-i2p.rst +++ b/i2p2www/blog/2020/03/06/git-over-i2p.rst @@ -83,7 +83,8 @@ configure git to use the pre-configured I2P HTTP Proxy. For example: :: - http_proxy=http://localhost:4444 git clone http://git.idk.i2p/welshlyluvah1967/i2p.i2p + http_proxy=http://localhost:4444 git clone --depth=1 http://git.idk.i2p/welshlyluvah1967/i2p.i2p + git fetch --unshallow .. class:: screenshot .. figure:: /_static/images/git/wizard1.png