1.0.1 • Published 8 years ago

download-git v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
8 years ago

Download .git

  • npm install download-git

Download a whole .git

download one git object id

This is a tool to download source code someone release the directory .git on the his website.

development

  1. Get config, description, ORIG_HEAD, index, HEAD, refs/heads/master
  2. Get a object id from refs/heads/master.
  3. Download this object id, it will also give us a new tree id and parent id.
  4. Recuresively download the tree id and parent id.