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)
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-getCompile it and install by makeing and make installing:
> make
> make install # You may need to run this with sudoAnd you're done! You can go ahead and cp it to /usr/local/bin/ or wherever else you want.
gh-get <username> <repo> [destination]
gh-get always uses HTTPS.
> gh-get that1m8head gh-get
> gh-get thiderman doge ~/doge