Skip to content

Commit

Permalink
Trivial README update.
Browse files Browse the repository at this point in the history
  • Loading branch information
josh-padnick committed Apr 28, 2016
1 parent 87cd41c commit 8b91393
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
# fetch

fetch downloads all or a subset of files or folders from a specific git commit, branch or tag of a public or private GitHub repo.
fetch downloads all or a subset of files or folders from a specific git commit, branch or tag of a GitHub repo.

#### Features

- Download from a specific git commit SHA.
- Download from a specific git tag.
- Download from a specific git branch.
- Download from public repos.
- Download from private repos by specifying a [GitHub Personal Access Token](https://help.github.com/articles/creating-an-access-token-for-command-line-use/).
- Download a single file, a subset of files, or all files from the repo.
Expand Down

0 comments on commit 8b91393

Please sign in to comment.