From 8b1d1f44c84bb0cc5adcf374ceed49e331158691 Mon Sep 17 00:00:00 2001 From: labuladong Date: Mon, 2 Mar 2020 21:28:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=85=8B=E9=9A=86=E4=BB=93?= =?UTF-8?q?=E5=BA=93=E9=99=90=E5=88=B6=E6=B7=B1=E5=BA=A6=E7=9A=84=E6=8A=80?= =?UTF-8?q?=E5=B7=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 0349e19..f16d4e3 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,14 @@ English translation is processing on [english branch](https://github.com/labulad 其他的先不多说了,直接上干货吧,我们一起日穿 LeetCode,感受一下支配算法的乐趣。 +**PS:如果仅是 clone 此仓库学习(不是参与翻译工作)的话,请使用如下 Git 命令**: + +```shell +git clone --depth 1 https://github.com/labuladong/fucking-algorithm.git +``` + +这样会限制 clone 的深度,不会下载 Git 协作的历史记录,可以极大加快下载速度。 + # 目录 * 第零章、必读系列 -- GitLab