lukeed/gittar

Private Repos

Opened this issue · 2 comments

Might be its own module // decorator 🤔

  • Use private: prefix or private:true
  • Spawn a git clone process
  • Sidestep .git dir with extraction/tmpdir

For cloning, we can specify --depth 1 to git clone to do a shallow clone with only the latest commit.

Yes, definitely 👍