Releases: taterbase/git-mount
Releases · taterbase/git-mount
v0.0.01
NOTE: requires FUSE
Linux: sudo apt-get install fuse
OS X: https://osxfuse.github.io/
First alpha. Download and extract the git-mount
binary on your system and then run it inside of a repo.
git-mount HEAD
git-mount 3df31ffde
This will create a temporary directory and mount the repo at that particular revision as a FUSE filesystem so you can explore it.
Known Issues
- Submodules not supported