| develop (2015-07-12 19:56:53 +0100) |
| master (2024-10-22 19:01:56 +0100) |
| Name |
|---|
| libs/command_exists.sh |
| libs/usage.sh |
| .gitignore |
| LICENCE |
| README.md |
| git-download.sh |
# Git Download
This tool downloads all the files from a specific branch in a repository to a specified directory
## Usage
The following optional parameters are available
The parameter defaults are in the []:
-r|--repo The URL to the repo we wish to download from
-b|--branch The name of the branch we want to download [master]
-d|--directory The directory the branch should be downloaded into