You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently for my usecase, I want to pull/push files from DB to Git and vice versa. I don't want to create tmp folders due to distributed servers and disk outage concerns. Is there a way to create 'tmp' folder in memory and work with nodegit?
Or have I misunderstood the purpose of this library? Something like memfs https://github.com/streamich/memfs/blob/master/demo/git/README.md
The text was updated successfully, but these errors were encountered:
System information
Currently for my usecase, I want to pull/push files from DB to Git and vice versa. I don't want to create tmp folders due to distributed servers and disk outage concerns. Is there a way to create 'tmp' folder in memory and work with nodegit?
Or have I misunderstood the purpose of this library? Something like memfs https://github.com/streamich/memfs/blob/master/demo/git/README.md
The text was updated successfully, but these errors were encountered: