From 0de8f5a81e6da4040cb2dc9a296fc889c842224c Mon Sep 17 00:00:00 2001 From: Paulo Elienay II <48896572+paulo-e@users.noreply.github.com> Date: Fri, 5 Nov 2021 09:30:38 -0300 Subject: [PATCH] docs: adds faster downloads to push too (#17024) --- .github/DOWNLOADING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/DOWNLOADING.md b/.github/DOWNLOADING.md index 98cb2a7103e..993b95028b5 100644 --- a/.github/DOWNLOADING.md +++ b/.github/DOWNLOADING.md @@ -88,7 +88,7 @@ and then copy the `config` and `data` folders over. If you used the git method, you simply need to type this in to git bash: ```sh - git pull + git pull --depth 1 ``` When you have done this, you'll need to recompile the code, but then it should work fine and be up to date with the live server.