kevin-hanselman / git-dl

A tiny Bash script to download files from Git repositories.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

git-dl

A tiny Bash script to download files from Git repositories.

$ ./git-dl
usage: git-dl <git-repo-url> <source-path> <dest-path> [git-clone-args...]

$ ./git-dl https://github.com/kevin-hanselman/git-dl git-dl .
Cloning into 'git-dl-70RZj'...
remote: Enumerating objects: 6, done.
remote: Counting objects: 100% (6/6), done.
remote: Compressing objects: 100% (5/5), done.
remote: Total 6 (delta 0), reused 6 (delta 0), pack-reused 0
Receiving objects: 100% (6/6), done.
mv: overwrite './git-dl'? n

About

A tiny Bash script to download files from Git repositories.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Shell 100.0%