We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8a8241 commit 3d5bce8Copy full SHA for 3d5bce8
docs/guide-fs.md
@@ -7,7 +7,7 @@ sidebar_label: Bring Your Own FS
7
The "isomorphic" in isomorphic-git means it works equally well on the server or the browser.
8
This is hard to do since git uses the file system, and browsers do not have access to the file system.
9
So rather than relying on a particular filesystem module, isomorphic-git is BYOFS (Bring Your Own File System).
10
-When running commands that need a "file system", you pass in an `fs` module as an argument.
+You use isomorphic-git's plugin system to bring your filesystem to it.
11
12
## Node's fs
13
0 commit comments