We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7a0a5b commit 7dd0008Copy full SHA for 7dd0008
README.md
@@ -1,16 +1,16 @@
1
Downloads git sub dir
2
3
-##Usage
+## Usage
4
python get_git_sub_dir.py user/repo <options>
5
python get_git_sub_dir.py user/private_repo --private <options>
6
7
-##Options Flags:
+## Options Flags:
8
- `--private`: the repo is private (default is `False`, username and password will be requested)
9
- `-r`: recursive download (default is `True`)
10
- `-p`: filepath
11
- `-b`: branch
12
13
-##Example
+## Example
14
15
Let's download the docs from twitter bootstrap https://github.com/twbs/bootstrap/tree/master/docs
16
0 commit comments