We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45355cf commit e434dfcCopy full SHA for e434dfc
README.md
@@ -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