Clone Git repositories in-memory using pure Node.js! (no Git binary, no FS)
We will use isomorphic-git (https://github.com/isomorphic-git/isomorphic-git) and memfs (https://github.com/streamich/memfs).
First let's import everything and create a new in-memory file system.