Skip to content

Latest commit

 

History

History
34 lines (29 loc) · 957 Bytes

README.md

File metadata and controls

34 lines (29 loc) · 957 Bytes

gh-get

A git clone wrapper that makes it simple to clone any GitHub repository.

Need more than just GitHub support? Try the simplegit fork.

Go to releases for a Windows executable.
(This is pre-built because Windows systems often do not have gcc or make)

Building

Clone the repo (unfortunately you can't use gh-get to download gh-get if you don't have it yet):

> git clone https://github.com/That1M8Head/gh-get
> cd gh-get

Compile it and install by makeing and make installing:

> make
> make install # You may need to run this with sudo

And you're done! You can go ahead and cp it to /usr/local/bin/ or wherever else you want.

Using gh-get

gh-get <username> <repo> [destination]

gh-get always uses HTTPS.

Examples

> gh-get that1m8head gh-get
> gh-get thiderman doge ~/doge