add --depth=1 and fetch --unshallow to HTTP cloning instructions

This commit is contained in:
hankhill19580
2020-03-17 19:41:44 +00:00
parent 08e99e2ca4
commit 21df4fb5ef

View File

@ -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