You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,10 @@
2
2
Git clone any sub-directories of any GitHub repository (at any reference) without having to clone the entire repository.
3
3
Uses the GitHub API to recursively clone the sub-directories tree and files.
4
4
5
-
# Rate limit
5
+
##Rate limit
6
6
The GitHub API imposes a [rate limiting](https://developer.github.com/v3/#rate-limiting) of up to 60 requests per hour applies but can be increased to up to 5000 requests per hour using an _OAuth token_ (to get one see https://help.github.com/en/articles/creating-a-personal-access-token-for-the-command-line).
7
7
8
-
# Private repositories
8
+
##Private repositories
9
9
To clone private repositories you need to supply an _OAuth token_ for an account with access to the private repository (to get one see https://help.github.com/en/articles/creating-a-personal-access-token-for-the-command-line).
0 commit comments