Skip to content

Commit e434dfc

Browse files
committed
Update README.md
1 parent 45355cf commit e434dfc

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
Downloads git sub dir
2+
3+
##Usage
4+
5+
6+
python get_git_sub_dir.py path/to/sub/dir <RECURSIVE>
7+
8+
<RECURSIVE> is a boolen `True` or `False`. Default is `True`.
9+
10+
11+
##Example
12+
13+
Lets download the docs from twitter bootstrap https://github.com/twbs/bootstrap/tree/master/docs
14+
15+
python get_git_sub_dir.py twbs/bootstrap/docs
16+
17+
If we don't want it to be recursive
18+
19+
python get_git_sub_dir.py twbs/bootstrap/docs False

0 commit comments

Comments
 (0)