Skip to content

Commit

Permalink
2017-06-29 补充 clone depth 方法
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangchaohuang committed Jun 29, 2017
1 parent 6767292 commit a884a62
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Binary file added images/clone-depth-1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a884a62

Please sign in to comment.