We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b658b7 commit 3052e8dCopy full SHA for 3052e8d
README.md
@@ -23,3 +23,7 @@ If we don't want it to be recursive
23
If we want a specific file
24
25
python get_git_sub_dir.py twbs/bootstrap -p docs/examples/blog/index.html
26
+
27
+If we want to download from a specific branch (say `fix-15534`)
28
29
+ python get_git_sub_dir.py twbs/bootstrap -p docs/examples/blog/index.html -b fix-15534
0 commit comments