diff --git a/README.md b/README.md index 32a8d7c1..32e5a28f 100644 --- a/README.md +++ b/README.md @@ -95,6 +95,11 @@ - Watch:关注该项目,作者有更新的时候,会在你的 Github 主页有通知消息。 - Star:收藏该项目,在你的头像上有一个 “Your stars” 链接,可以看到你的收藏列表,以方便下次进来。 - Fork:复制一份项目到自己的 Github 空间上,你可以自己开发自己的这个地址项目,然后 Pull Request 给项目原主人。 +- 只 clone 最新的一个版本记录,历史旧数据不 clone 的两种方法(推荐这样做,因为图片很多,占了很大空间): + - 命令行方法:`git clone https://github.com/judasn/IntelliJ-IDEA-Tutorial.git --depth=1` + - TortoiseGit GUI 方法: + +![clone 一个版本](images/clone-depth-1.jpg) ## 参与作者汇总(Author) diff --git a/images/clone-depth-1.jpg b/images/clone-depth-1.jpg new file mode 100644 index 00000000..13b5bf35 Binary files /dev/null and b/images/clone-depth-1.jpg differ