Skip to content

Commit a884a62

Browse files
author
zhangchaohuang
committed
2017-06-29 补充 clone depth 方法
1 parent 6767292 commit a884a62

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,11 @@
9595
- Watch:关注该项目,作者有更新的时候,会在你的 Github 主页有通知消息。
9696
- Star:收藏该项目,在你的头像上有一个 “Your stars” 链接,可以看到你的收藏列表,以方便下次进来。
9797
- Fork:复制一份项目到自己的 Github 空间上,你可以自己开发自己的这个地址项目,然后 Pull Request 给项目原主人。
98+
- 只 clone 最新的一个版本记录,历史旧数据不 clone 的两种方法(推荐这样做,因为图片很多,占了很大空间):
99+
- 命令行方法:`git clone https://github.com/judasn/IntelliJ-IDEA-Tutorial.git --depth=1`
100+
- TortoiseGit GUI 方法:
101+
102+
![clone 一个版本](images/clone-depth-1.jpg)
98103

99104

100105
## 参与作者汇总(Author)

images/clone-depth-1.jpg

62.6 KB
Loading

0 commit comments

Comments
 (0)