git-plunder
What IS this?
This will download a .git
folder from an URL and then restores the code. First version.
This is a proof-of-concept tool for this article.
How do I set up this?
First off, make sure you've got a working installation of NodeJS and npm. Then install it using npm:
$ npm install -g git-plunder
Usage
First make sure to cd into an empty directory, as the tool will write to your cwd
.
$ git-plunder http://www.example.co/