From 2120d499d52e255c87ee69ba73e38a77d93a68fe Mon Sep 17 00:00:00 2001 From: PinkDev1 <5990@protonmail.com> Date: Fri, 24 Jun 2022 00:23:44 -0300 Subject: [PATCH] README.md: Added explanation to "Git (small)" It wasn't clear why exactly someone would want to clone the repo using that option instead of regular old cloning --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e463742cc94..812a424187e 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ wget -c https://github.com/danielmiessler/SecLists/archive/master.zip -O SecList ``` **Git (Small)** +This clones the repository _without_ the commit history. As of writing this, the commit history weights about **842 Megabytes**. This option is good if you don't plan on contributing to the project. ``` git clone --depth 1 \