Skip to content

Commit

Permalink
cleanup styles
Browse files Browse the repository at this point in the history
  • Loading branch information
HR committed Jun 2, 2019
1 parent 82824f5 commit 0e0b9ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
Git clone any sub-directories of any GitHub repository (at any reference) without having to clone the entire repository.
Uses the GitHub API to recursively clone the sub-directories tree and files.

# Rate limit
## Rate limit
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).

# Private repositories
## Private repositories
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).

# Installation
Expand Down

0 comments on commit 0e0b9ba

Please sign in to comment.