-
-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
git file system #239
base: main
Are you sure you want to change the base?
git file system #239
Conversation
|
@noxify is attempting to deploy a commit to the souporserious Team on Vercel. A member of the Team first needs to authorize it. |
All contributors have signed the CLA ✍️ ✅ |
I have read the CLA Document and I hereby sign the CLA |
* update logic for `getCacheDirectory` * restructure & simplify unit tests
3524e31
to
4079759
Compare
Proof of concept to support remote content via a git repository.
It's based on the conversation in the discord channel.
The
@renoun/git-file-system
packages uses https://github.com/isomorphic-git/isomorphic-git to load the remote content.