moebrowne / git-download

A tool that will just download just the files you want from a repo without creating a whole repository clone

Home Page:https://www.mountainofcode.co.uk/2015/08/03/Download-Single-File-From-Private-BitBucket-Repo/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A tool that will just download just the files you want from a repo without creating a whole repository clone

https://www.mountainofcode.co.uk/2015/08/03/Download-Single-File-From-Private-BitBucket-Repo/

License:GNU General Public License v2.0


Languages

Language:Shell 100.0%