Skip to content

Releases: taterbase/git-mount

v0.0.01

07 Mar 16:09
Compare
Choose a tag to compare
v0.0.01 Pre-release
Pre-release

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